]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 3 Feb 2003 12:51:34 +0000 (12:51 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 3 Feb 2003 12:51:34 +0000 (12:51 +0000)
 One #undef for OpenVMS only

 Modified Files:
  wxWindows/src/gtk/app.cpp
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/app.cpp
src/gtk1/app.cpp

index 866a4faab8ae421fc6068145616b89cf00c4290e..c3f805327cf42b6c04b3becdda81b1cb03083523 100644 (file)
@@ -13,6 +13,7 @@
 
 #ifdef __VMS
 #include <vms_jackets.h>
+#undef ConnectionNumber
 #endif
 
 #include "wx/app.h"
index 866a4faab8ae421fc6068145616b89cf00c4290e..c3f805327cf42b6c04b3becdda81b1cb03083523 100644 (file)
@@ -13,6 +13,7 @@
 
 #ifdef __VMS
 #include <vms_jackets.h>
+#undef ConnectionNumber
 #endif
 
 #include "wx/app.h"