diff --git a/src/filepath.cpp b/src/filepath.cpp index 09343b2..c99eb27 100644 --- a/src/filepath.cpp +++ b/src/filepath.cpp @@ -8,7 +8,7 @@ #include #if BX_PLATFORM_WINDOWS -extern "C" __declspec(dllimport) uint32_t __stdcall GetTempPathA(uint32_t _max, char* _ptr); +extern "C" __declspec(dllimport) unsigned long __stdcall GetTempPathA(unsigned long _max, char* _ptr); #endif // BX_PLATFORM_WINDOWS namespace bx