--- src/msw/app.cpp.orig Thu Nov 13 21:32:01 2003 +++ src/msw/app.cpp Thu Nov 13 21:41:55 2003 @@ -647,6 +647,12 @@ } #endif +/* ComCtl32 XP problem Not use Theme .. Hiroshi Saito .. + setup.h's wxUSE_UXTHEME 0 It didn't become ineffective.? */ + if ( s_verComCtl32 > 580 ) + s_verComCtl32 = 580; + + // if DllGetVersion() is unavailable either during compile or // run-time, try to guess the version otherwise if ( !s_verComCtl32 )