Down to one compile error
This commit is contained in:
@@ -226,7 +226,7 @@ For modules it's a bit different cause they should be distributed as valid.
|
||||
|
||||
#include "base.cpp"
|
||||
#include "base_unicode.cpp"
|
||||
|
||||
#include "os.h"
|
||||
#if OS_WINDOWS
|
||||
#include "os_windows.cpp"
|
||||
#elif OS_UNIX
|
||||
@@ -270,7 +270,9 @@ int main(int argument_count, char **arguments){
|
||||
}
|
||||
#endif
|
||||
|
||||
#if OS_WINDOWS
|
||||
test_os_memory();
|
||||
#endif
|
||||
thread_ctx_init();
|
||||
test_unicode();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user