1
0
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:
2022-06-03 20:55:14 -05:00
parent fed78402a2
commit b00ac16cb3
3 changed files with 29 additions and 57 deletions

View File

@@ -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