Ported to Linux!
This commit is contained in:
@@ -229,8 +229,8 @@ For modules it's a bit different cause they should be distributed as valid.
|
||||
#include "os.h"
|
||||
#if OS_WINDOWS
|
||||
#include "os_windows.cpp"
|
||||
#elif OS_UNIX
|
||||
#include "os_unix.cpp"
|
||||
#elif OS_LINUX
|
||||
#include "os_linux.cpp"
|
||||
#else
|
||||
#error Couldnt figure out OS using macros
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user