]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Update the text part of combobox when changing text of selected item in wxGTK.
[wxWidgets.git] / src / common / string.cpp
index 2978dcdca85f7acc33026785c7a044966948e2a2..d92df7a08c0b133091c5bcc6f16c5389d060b2c1 100644 (file)
@@ -41,9 +41,9 @@
 #include "wx/vector.h"
 #include "wx/xlocale.h"
 
 #include "wx/vector.h"
 #include "wx/xlocale.h"
 
-#ifdef __WXMSW__
+#ifdef __WINDOWS__
     #include "wx/msw/wrapwin.h"
     #include "wx/msw/wrapwin.h"
-#endif // __WXMSW__
+#endif // __WINDOWS__
 
 #if wxUSE_STD_IOSTREAM
     #include <sstream>
 
 #if wxUSE_STD_IOSTREAM
     #include <sstream>