Branimir Karadžić 8 years ago
parent
commit
71be6d691d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/filepath.cpp

+ 1 - 1
src/filepath.cpp

@@ -8,7 +8,7 @@
 #include <bx/readerwriter.h>
 
 #if BX_PLATFORM_WINDOWS
-extern "C" __declspec(dllimport) uint32_t __stdcall GetTempPathA(uint32_t _max, const char* _ptr);
+extern "C" __declspec(dllimport) uint32_t __stdcall GetTempPathA(uint32_t _max, char* _ptr);
 #endif // BX_PLATFORM_WINDOWS
 
 namespace bx