git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35452
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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
+
#endif // _WX_CE_MISSING_H_
#if wxUSE_STATLINE
#include "wx/msw/private.h"
-
-#ifndef SS_SUNKEN
- #define SS_SUNKEN 0x00001000L
-#endif
+#include "wx/msw/missing.h"
// ============================================================================
// implementation