Added XQilla 2.2.0.
[fedora-mingw.git] / xqilla / xqilla-xmark-test-win32.patch
diff --git a/xqilla/xqilla-xmark-test-win32.patch b/xqilla/xqilla-xmark-test-win32.patch
new file mode 100644 (file)
index 0000000..52f2329
--- /dev/null
@@ -0,0 +1,11 @@
+--- XQilla-2.2.0/tests/xmark/xmark.cpp 2008-12-08 15:46:05.000000000 +0000
++++ XQilla-2.2.0.mingw/tests/xmark/xmark.cpp   2009-02-19 14:29:55.000000000 +0000
+@@ -68,7 +68,7 @@
+   time(&tt);
+   struct tm *tm_p;
+-#ifdef _MSC_VER   
++#ifdef WIN32
+   tm_p = localtime(&tt);
+ #else
+   struct tm tm;