git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-07 13:47:44 +00:00
parent ce045aed58
commit cdc059191b

View File

@@ -1351,11 +1351,11 @@ wxChar *wxDoGetCwd(wxChar *buf, int sz)
#if defined(__WXPALMOS__)
// TODO
if(buf && sz>0) buf[0] = _T('\0');
return NULL;
return buf;
#elif defined(__WXWINCE__)
// TODO
if(buf && sz>0) buf[0] = _T('\0');
return NULL;
return buf;
#else
if ( !buf )
{