mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
FIxed build.
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if BX_CRT_MSVC
|
||||
# include <direct.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif // BX_CRT_MSVC
|
||||
|
||||
#if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
|
||||
# include <windows.h>
|
||||
# include <psapi.h>
|
||||
|
||||
Reference in New Issue
Block a user