smock: sort the commandline options
[fedora-mingw.git] / xqilla / xqilla-xmark-test-win32.patch
1 --- XQilla-2.2.0/tests/xmark/xmark.cpp  2008-12-08 15:46:05.000000000 +0000
2 +++ XQilla-2.2.0.mingw/tests/xmark/xmark.cpp    2009-02-19 14:29:55.000000000 +0000
3 @@ -68,7 +68,7 @@
4    time(&tt);
5  
6    struct tm *tm_p;
7 -#ifdef _MSC_VER   
8 +#ifdef WIN32
9    tm_p = localtime(&tt);
10  #else
11    struct tm tm;