blob: 2bfe1a1a12fc83df99be74b4cb7841f28a7c971e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -up workdir/wntgcci.pro/UnpackedTarball/graphite/src/gr_logging.cpp.dt workdir/wntgcci.pro/UnpackedTarball/graphite/src/gr_logging.cpp
--- graphite/src/gr_logging.cpp.dt 2012-10-31 07:40:57.527381144 +0100
+++ graphite/src/gr_logging.cpp 2012-10-31 07:40:59.522333851 +0100
@@ -33,7 +33,7 @@ of the License or (at your option) any l
#include "inc/Segment.h"
#if defined _WIN32
-#include "Windows.h"
+#include "windows.h"
#endif
using namespace graphite2;
|