]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toolbar.h
don't distribute extra space between 0 width cells in justified paragraphs (this...
[wxWidgets.git] / include / wx / toolbar.h
index ff1ae8a51f113dd70bd21273f5f26c5d694fd946..736e3b19b77405680cb40e72cd49f59385300910 100644 (file)
@@ -123,7 +123,7 @@ enum
     #else // wxUSE_TOOLBAR_NATIVE
         #if defined(__WXUNIVERSAL__)
            #include "wx/univ/toolbar.h"
-        #elif defined(__WXMSW__) && (!defined(_WIN32_WCE) || (_WIN32_WCE >= 400 && !wxUSE_POCKETPC_UI))
+        #elif defined(__WXMSW__) && (!defined(_WIN32_WCE) || (_WIN32_WCE >= 400 && !defined(WIN32_PLATFORM_PSPC) && !defined(WIN32_PLATFORM_WFSP)))
            #include "wx/msw/tbar95.h"
         #elif defined(__WXWINCE__)
            #include "wx/msw/wince/tbarwce.h"