]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/missing.h
Get SetLabel working again for wxStaticText by overriding SetLabel so that we can...
[wxWidgets.git] / include / wx / msw / wince / missing.h
index 6ae6ab26b7fa71cbdce9c8afb16ec24594cb4fba..4e50b0d87df3be7e6ee0c88de36c09dc3dec3857 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Marco Cavallini
 // Modified by:
 // Created:     16/11/2002
-// RCS-ID:
+// RCS-ID:      $Id$
 // Copyright:   (c) KOAN SAS ( www.koansoftware.com )
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -119,5 +119,22 @@ bsearch(const void *key, const void *base, size_t num, size_t size,
 #define O_TEXT         0x4000  /* file mode is text (translated) */
 #define O_BINARY       0x8000  /* file mode is binary (untranslated) */
 
+#ifndef SS_SUNKEN
+    #define SS_SUNKEN 0x00001000L
+#endif
+
+// unsupported flags for WINDOWPOS structure
+#ifndef SWP_NOCOPYBITS
+    #define SWP_NOCOPYBITS 0
+#endif
+
+#ifndef SWP_NOOWNERZORDER
+    #define SWP_NOOWNERZORDER 0
+#endif
+
+#ifndef SWP_NOSENDCHANGING
+    #define SWP_NOSENDCHANGING 0
+#endif
+
 #endif // _WX_CE_MISSING_H_