ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/main.h
(Generate patch)

Comparing XmlTools2/trunk/main.h (file contents):
Revision 928 by s10k, Wed Feb 5 18:41:59 2014 UTC vs.
Revision 944 by s10k, Fri Feb 7 15:03:29 2014 UTC

# Line 6 | Line 6
6   // CRT_noglob.o, but avoids having to locate CRT_nogob.o in the
7   // filesystem.
8   // http://mingw-users.1079350.n2.nabble.com/Problems-with-expanding-wildcards-to-a-program-td1358555.html
9 < unsigned long _CRT_glob = 0; // Magic variable to disable wildcards expansion in mingw
9 > int _dowildcard = 0; // Magic variable to disable wildcards expansion in mingw
10   // in our case fixes param parser crashes on windows
11   #endif
12  
13 + #endif
14 +
15   #include "optionsparser.h"
16  
17   int main(int argc, char *argv[]);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)