Browse Source
some functions used in wxWidgets ( like _strdup and few other) are not defined when this option is set. but the equivalent option -std=gnu++0x works fine so it is used under mingw instead of -std=c++0x. (Under Linux/OSX the option -std=c++0x is used)pull/1/head
2 changed files with 5 additions and 12 deletions
Loading…
Reference in new issue