blob: 8685ecfe87410d497952b0094c16f9663f47e22d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur engine-2.4.orig/src/generic/Debug.cpp engine-2.4/src/generic/Debug.cpp
--- engine-2.4.orig/src/generic/Debug.cpp 2010-05-13 16:39:27.000000000 +0200
+++ engine-2.4/src/generic/Debug.cpp 2012-03-17 01:42:00.000000000 +0100
@@ -13,7 +13,7 @@
----------------------------------------------------------------------------------------------*/
#ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
#endif
//#include "common.h"
//#include "Main.h"
|