ソースを参照

core: switch the Win32/x64 binaries to the Windows subsystem so that they

do not open a console at startup.
master
Sam Hocevar 13年前
コミット
c96a41ca7d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      neercs/neercs.cpp

+ 1
- 1
neercs/neercs.cpp ファイルの表示

@@ -27,7 +27,7 @@
# include <cmath>
#endif

#if USE_SDL && defined __APPLE__
#if USE_SDL
# include <SDL_main.h>
#endif



読み込み中…
キャンセル
保存