| 5372 | } |
| 5373 | |
| 5374 | static int cdl_loadfile(lua_State *L) |
| 5375 | { |
| 5376 | #ifdef __WIN_DRIVER__ |
| 5377 | LoadCDLogFile(); |
| 5378 | #endif |
| 5379 | return 0; |
| 5380 | } |
| 5381 | |
| 5382 | static int cdl_savecdlogfile(lua_State *L) |
| 5383 | { |
nothing calls this directly
no test coverage detected