| # | Line 8 | 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 | |
| 11 | + | #endif |
| 12 | ||
| 13 | #include "optionsparser.h" | |
| 14 | ||
| 14 | – | #endif |
| 15 | – | |
| 15 | int main(int argc, char *argv[]); | |
| 16 | ||
| 17 | #endif // MAIN_H | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |