Daniele Bartolini 9 лет назад
Родитель
Сommit
2673f7f7e6
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      src/core/error/callstack_windows.cpp
  2. 2 2
      src/core/filesystem/filesystem_disk.cpp

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

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

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

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