]> git.saurik.com Git - wxWidgets.git/commitdiff
Modified Files:
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 27 Nov 2000 12:13:25 +0000 (12:13 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 27 Nov 2000 12:13:25 +0000 (12:13 +0000)
  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

setup.h_vms
src/unix/utilsunx.cpp

index 932b69fee92fa78da4ed1d9ab65bac35becc88ce..58af06c42d932204ef21be1493c8d3f8afba58ae 100644 (file)
  */
 #define wxUSE_LONGLONG 1
 
+/*
+ * Use geometry classes
+ */
+#define wxUSE_GEOMETRY 1
+
 /*
  * Use wxFile class
  */
 /* Define if you have sigemptyset() */
 #define HAVE_SIGEMPTYSET 1
 
+/* Define if you have the putenv function.  */
+#define HAVE_PUTENV 1
+
+/* Define if you have the setenv function.  */
+#undef HAVE_SETENV
 /* Define if you have shl_load() */
 #undef HAVE_SHL_LOAD
 
index 0c2e7f37d2060bce39e5a32cc4a5c74a0dfe89a1..a03b0596c4d4bf613e118d047616b63a74c32254 100644 (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);