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 906 by s10k, Sat Feb 1 14:27:58 2014 UTC vs.
Revision 926 by s10k, Wed Feb 5 18:31:05 2014 UTC

# Line 1 | Line 1
1   #ifndef MAIN_H
2   #define MAIN_H
3  
4 #include "xmlpatch.h"
5
4   #ifdef __MINGW32__
5   // Turns off globbing for MingW, this is the same as that
6   // CRT_noglob.o, but avoids having to locate CRT_nogob.o in the
# Line 10 | Line 8
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
10   // in our case fixes param parser crashes on windows
13 #endif
11  
12 < int main(int argc, char *argv[]);
12 > #include "optionsparser.h"
13  
14 < void invert(std::string elementName, std::string parElementName);
14 > #endif
15  
16 + int main(int argc, char *argv[]);
17  
18   #endif // MAIN_H

Diff Legend

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