Moved definition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-09-09 20:45:08 +00:00
parent bf8ca20d37
commit 48beac4c55
2 changed files with 5 additions and 4 deletions

View File

@ -119,5 +119,9 @@ 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
#endif // _WX_CE_MISSING_H_

View File

@ -32,10 +32,7 @@
#if wxUSE_STATLINE
#include "wx/msw/private.h"
#ifndef SS_SUNKEN
#define SS_SUNKEN 0x00001000L
#endif
#include "wx/msw/missing.h"
// ============================================================================
// implementation