]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/wince/chkconf.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/wince/chkconf.h
3 // Purpose: WinCE-specific configuration options checks
4 // Author: Vadim Zeitlin
8 // Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwindows.org>
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_MSW_WINCE_CHKCONF_H_
13 #define _WX_MSW_WINCE_CHKCONF_H_
15 // Standard SDK lacks a few things, forcefully disable them
16 #ifdef WCE_PLATFORM_STANDARDSDK
17 // no shell functions support
19 #define wxUSE_STDPATHS 0
20 #endif // WCE_PLATFORM_STANDARDSDK
22 #endif // _WX_MSW_WINCE_CHKCONF_H_