]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
added wxConvFileName which is a variable, not define as wxConvFile; added comments...
[wxWidgets.git] / include / wx / wxchar.h
index a2d04920815668fd1ebdaa9edaf4feb8940694ab..dd6e3851c2d5d70888cf8b4e6e0ed3aca9721801 100644 (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