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