Browse Source

Fix SDL MinGW build

pull/5322/head
Trihedraf 4 years ago committed by Anders Jenbo
parent
commit
d7079b7625
  1. 3
      Source/main.cpp

3
Source/main.cpp

@ -1,6 +1,3 @@
#if (defined(_WIN64) || defined(_WIN32)) && defined(__GNUC__)
#define SDL_MAIN_HANDLED
#endif
#include <SDL.h>
#include <SDL_main.h>

Loading…
Cancel
Save