This commit is contained in:
Бранимир Караџић
2024-06-16 15:53:44 -07:00
parent 747e6b77eb
commit 03fe74eafb
10 changed files with 44 additions and 39 deletions

View File

@@ -7,13 +7,11 @@
#include <bx/os.h>
#include <bx/readerwriter.h>
#if !BX_CRT_NONE
# if BX_CRT_MSVC
# include <direct.h> // _getcwd
# else
# include <unistd.h> // getcwd
# endif // BX_CRT_MSVC
#endif // !BX_CRT_NONE
#if BX_CRT_MSVC
# include <direct.h> // _getcwd
#else
# include <unistd.h> // getcwd
#endif // BX_CRT_MSVC
#if BX_PLATFORM_WINDOWS
#if !defined(GetModuleFileName)