X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmain.cpp;h=3907d4e66ab17f7cbcfb62a5f0ad114f51867d68;hb=eb87b07de097463cf91cf76be9bbc6b9fc0cad98;hp=4b022d7de6337a77a9646cbc325f3ada24d6706e;hpb=c81e5d255303f56a3fc33bef1fd0124c4b62cfcf;p=supertux.git diff --git a/src/main.cpp b/src/main.cpp index 4b022d7de..3907d4e66 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -51,6 +51,10 @@ #include "game_session.h" #include "file_system.h" +#ifdef WIN32 +#define mkdir(dir, mode) mkdir(dir) +#endif + SDL_Surface* screen = 0; JoystickKeyboardController* main_controller = 0; TinyGetText::DictionaryManager dictionary_manager;