Modified Files:

wxWindows/setup.h_vms wxWindows/src/unix/utilsunx.cpp

 Updated VMScompile support
 Corrected typo
----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2000-11-27 12:13:25 +00:00
parent 3ac81fb1c5
commit 97b305b71c
2 changed files with 12 additions and 1 deletions

View File

@@ -873,7 +873,7 @@ long wxGetFreeMemory()
// env vars
// ----------------------------------------------------------------------------
bool wxGetEnv(const wxString& var, wxString *value);
bool wxGetEnv(const wxString& var, wxString *value)
{
// wxGetenv is defined as getenv()
wxChar *p = wxGetenv(var);