Debug version of entry point, executes the embedded resource
| 31 | |
| 32 | /// Debug version of entry point, executes the embedded resource |
| 33 | int main() |
| 34 | { |
| 35 | ExecResource(GetModuleHandle(NULL)); |
| 36 | } |
| 37 | #endif |
nothing calls this directly
no test coverage detected