Daniele Bartolini 9 éve
szülő
commit
2673f7f7e6

+ 1 - 1
src/core/error/callstack_windows.cpp

@@ -8,7 +8,7 @@
 #if CROWN_PLATFORM_WINDOWS
 #if CROWN_PLATFORM_WINDOWS
 
 
 #include "log.h"
 #include "log.h"
-#include "win_headers.h"
+#include <windows.h>
 #include <dbghelp.h>
 #include <dbghelp.h>
 
 
 namespace crown
 namespace crown

+ 2 - 2
src/core/filesystem/filesystem_disk.cpp

@@ -15,8 +15,8 @@
 	#include <stdio.h>
 	#include <stdio.h>
 	#include <errno.h>
 	#include <errno.h>
 #elif CROWN_PLATFORM_WINDOWS
 #elif CROWN_PLATFORM_WINDOWS
-	#include "tchar.h"
-	#include "win_headers.h"
+	#include <tchar.h>
+	#include <windows.h>
 #endif
 #endif
 
 
 namespace crown
 namespace crown