build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1391,7 +1391,7 @@ wxChar *wxDoGetCwd(wxChar *buf, int sz)
|
||||
|
||||
#ifdef HAVE_WGETCWD
|
||||
#if wxUSE_UNICODE_MSLU
|
||||
if ( wxGetOsVersion() != wxWIN95 )
|
||||
if ( wxGetOsVersion() != wxOS_WINDOWS_9X )
|
||||
#else
|
||||
char *cbuf = NULL; // never really used because needsANSI will always be false
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user