Fixed build.

This commit is contained in:
Branimir Karadžić
2017-07-15 21:14:58 -07:00
parent d4906fd3bd
commit 3e19793ba9

View File

@@ -7,6 +7,10 @@
#include <bx/os.h>
#include <bx/readerwriter.h>
#if BX_PLATFORM_WINDOWS
extern "C" __declspec(dllimport) uint32_t __stdcall GetTempPathA(uint32_t _max, const char* _ptr);
#endif // BX_PLATFORM_WINDOWS
namespace bx
{
static bool isPathSeparator(char _ch)