]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
Fixed bug #1022383: 'several ComboBoxes appear selected'
[wxWidgets.git] / include / wx / wxchar.h
index 6e5017ab7ebfdf54199b8f64e0ec003c910512b2..dd6e3851c2d5d70888cf8b4e6e0ed3aca9721801 100644 (file)
     /* #define  wxAtof   _tttof -- notice that there is no such thing (why?) */
     /* there are no env vars at all under CE, so no _tgetenv neither */
     #ifdef __WXWINCE__
-        inline wxChar *wxGetenv(const wxChar *) { return NULL; }
+        /* can't define as inline function as this is a C file... */
+        #define wxGetenv(name)  ((wxChar *)NULL)
     #else
         #define  wxGetenv    _tgetenv
     #endif