git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32727
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/* there are no env vars at all under CE, so no _tgetenv neither */
#ifdef __WXWINCE__
/* can't define as inline function as this is a C file... */
/* there are no env vars at all under CE, so no _tgetenv neither */
#ifdef __WXWINCE__
/* can't define as inline function as this is a C file... */
- #define wxGetenv(name) NULL
+ #define wxGetenv(name) ((wxChar *)NULL)
#else
#define wxGetenv _tgetenv
#endif
#else
#define wxGetenv _tgetenv
#endif