X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..401e3b6e5f50f15571b86297b5d1e3f55c473f6f:/include/wx/msw/wince/missing.h diff --git a/include/wx/msw/wince/missing.h b/include/wx/msw/wince/missing.h index 84940e32fb..50eff7a464 100644 --- a/include/wx/msw/wince/missing.h +++ b/include/wx/msw/wince/missing.h @@ -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