mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-29 13:10:08 +00:00
Shell/CNC: Moved line endings conversion from cnc to shell
- Also fixed DEBUG output for windows LaikaBot builds
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
#include "persist.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifndef DEBUG
|
||||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR lpCmdLine, INT nCmdShow) {
|
||||
# else
|
||||
int main() {
|
||||
# endif
|
||||
#else
|
||||
int main() {
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user