diff --git a/irrlicht-1.8.4/source/Irrlicht/CFileSystem.cpp b/irrlicht-1.8.4/source/Irrlicht/CFileSystem.cpp index f783bc4..b205433 100644 --- a/irrlicht-1.8.4/source/Irrlicht/CFileSystem.cpp +++ b/irrlicht-1.8.4/source/Irrlicht/CFileSystem.cpp @@ -844,7 +844,8 @@ IFileList* CFileSystem::createFileList() // TODO: Should be unified once mingw adapts the proper types #if defined(__GNUC__) - long hFile; //mingw return type declaration + intptr_t hFile; // KIDSCODE - Avoid a crash if dllexported symbols in executable +// long hFile; //mingw return type declaration #else intptr_t hFile; #endif