mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user