Merge branch 'master' of github.com:bkaradzic/bx

This commit is contained in:
Branimir Karadžić
2017-09-30 16:24:53 -07:00

View File

@@ -8,7 +8,7 @@
#include <bx/readerwriter.h>
#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