X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d181e877b04950068cb809b0d3d1a911bea3de74..16eab2e1cf4fc590eca652afd1930b1ed2a53e06:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 56af196bdd..eccd8787f4 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -117,9 +117,8 @@ extern void wxSetKeyboardHook(bool doIt); #endif -namespace -{ - +// because of mingw32 4.3 bug this struct can't be inside the namespace below: +// see http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/110282 struct ClassRegInfo { // the base name of the class: this is used to construct the unique name in @@ -131,6 +130,9 @@ struct ClassRegInfo regnameNR; }; +namespace +{ + wxVector gs_regClassesInfo; } // anonymous namespace