]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/missing.h
added stock buttons support
[wxWidgets.git] / include / wx / msw / wince / missing.h
index 84940e32fbde5ba5dc1e112c7b49ed106c59e499..50eff7a464b4263ebfff55316e3105ce5c421308 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     16/11/2002
 // RCS-ID:
 // Copyright:   (c) KOAN SAS ( www.koansoftware.com )
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CE_MISSING_H_
@@ -25,7 +25,7 @@ inline BOOL IsIconic( HWND WXUNUSED(hWnd) )
     return FALSE;
 }
 
-#ifdef WIN32_PLATFORM_PSPC
+#ifdef __POCKETPC__
 #define SM_CXCURSOR             13
 #define SM_CYCURSOR             14
 #endif