| 5380 | } |
| 5381 | |
| 5382 | static int cdl_savecdlogfile(lua_State *L) |
| 5383 | { |
| 5384 | #ifdef __WIN_DRIVER__ |
| 5385 | SaveCDLogFile(); |
| 5386 | #endif |
| 5387 | return 0; |
| 5388 | } |
| 5389 | |
| 5390 | static int cdl_savecdlogfileas(lua_State *L) |
| 5391 | { |
nothing calls this directly
no test coverage detected