From: Jouk Jansen Date: Mon, 3 Feb 2003 12:51:34 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ff7d1dcb82d7ebb48589f8768daa6fa6d5d43507 Committing in . 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 --- diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index 866a4faab8..c3f805327c 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -13,6 +13,7 @@ #ifdef __VMS #include +#undef ConnectionNumber #endif #include "wx/app.h" diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index 866a4faab8..c3f805327c 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -13,6 +13,7 @@ #ifdef __VMS #include +#undef ConnectionNumber #endif #include "wx/app.h"