office-gobmx/graphite/graphite2.issue1030.patch.1
David Tardon a17b98bc88 fix mingw build of graphite
Change-Id: Ie4ac8f71de1816325f40d8c276b07e9e126a85b5
2012-10-31 13:22:27 +01:00

12 lines
468 B
Groff

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;