X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=xqilla%2Fxqilla-xmark-test-win32.patch;fp=xqilla%2Fxqilla-xmark-test-win32.patch;h=52f2329b896148646885a9f759c0b49274bac763;hb=bb548aa14e0195ac59f6258ed7e46a981127966c;hp=0000000000000000000000000000000000000000;hpb=3cd8b26e75665a48edee1dd40e499f46accde774;p=fedora-mingw.git diff --git a/xqilla/xqilla-xmark-test-win32.patch b/xqilla/xqilla-xmark-test-win32.patch new file mode 100644 index 0000000..52f2329 --- /dev/null +++ b/xqilla/xqilla-xmark-test-win32.patch @@ -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;