/////////////////////////////////////////////////////////////////////////////
-// Name: wince/missing.h
+// Name: wx/msw/wince/missing.h
// Purpose: Missing things in WinCE
// Author: Marco Cavallini
// Modified by:
// Created: 16/11/2002
-// RCS-ID:
+// RCS-ID: $Id$
// Copyright: (c) KOAN SAS ( www.koansoftware.com )
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#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_