Fixed windows SDL2 build, finished removing fmod dependency

This commit is contained in:
xawotihs
2016-06-08 23:45:42 +02:00
parent c9ee4a304e
commit 3e7ecd51fd
5 changed files with 28 additions and 28 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#define SDL_MAIN_HANDLED
#include <SDL.h>
#if (defined ANDROID)
#include <SDL_opengles.h>
@@ -762,7 +763,7 @@ bool SdlApp::OnInit()
return true;
};
#if (defined ANDROID) || (defined WIN32)
#if (defined ANDROID)
int SDL_main(int argc, char * argv[])
#else
int main(int argc, char* argv[])