]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
fixed WaitOnConnect() in non GUI mode (patch 905185)
[wxWidgets.git] / include / wx / platform.h
index 6085934aa8b6297d9e7dfe82547ce631e7ca025c..80690215fc2b53c44e41682186a54722b8a008b1 100644 (file)
 #    endif
 #endif
 
+/* Force linking against required libraries under Windows CE: */
+#ifdef __WXWINCE__
+#   include "wx/msw/wince/libraries.h"
+#endif
+
 /*
    This macro can be used to test the gcc version and can be used like this: