From 71be6d691d097a42f8b8041a32e5e8d7436b2c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 19 Jul 2017 10:49:22 -0700 Subject: [PATCH] Cleanup. --- src/filepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filepath.cpp b/src/filepath.cpp index da7654e..09343b2 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, const char* _ptr); +extern "C" __declspec(dllimport) uint32_t __stdcall GetTempPathA(uint32_t _max, char* _ptr); #endif // BX_PLATFORM_WINDOWS namespace bx