This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
neercs
mirror of
https://github.com/cacalabs/neercs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
core: switch the Win32/x64 binaries to the Windows subsystem so that they
do not open a console at startup.
master
Sam Hocevar
12 years ago
parent
d1b93d2501
commit
c96a41ca7d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
neercs/neercs.cpp
+ 1
- 1
neercs/neercs.cpp
View File
@@ -27,7 +27,7 @@
# include <cmath>
# include <cmath>
#endif
#endif
#if USE_SDL
&& defined __APPLE__
#if USE_SDL
# include <SDL_main.h>
# include <SDL_main.h>
#endif
#endif
Write
Preview
Loading…
Cancel
Save