Create work-around for wxGetEnvMap on OpenVMS (correction)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -560,7 +560,7 @@ bool wxGetEnvMap(wxEnvVariableHashMap *map)
|
|||||||
#elif defined(__VMS)
|
#elif defined(__VMS)
|
||||||
// Now this routine wil give false for OpenVMS
|
// Now this routine wil give false for OpenVMS
|
||||||
// TODO : should we do something with logicals?
|
// TODO : should we do something with logicals?
|
||||||
char **env;
|
char **env=NULL;
|
||||||
#elif defined(__WXOSX__)
|
#elif defined(__WXOSX__)
|
||||||
// Under Mac shared libraries don't have access to the global environ
|
// Under Mac shared libraries don't have access to the global environ
|
||||||
// variable so use this Mac-specific function instead as advised by
|
// variable so use this Mac-specific function instead as advised by
|
||||||
|
Reference in New Issue
Block a user