From eaa6f9ad2b2ce11ecf6720d068815bded3fff0e6 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 17 Mar 2005 08:05:04 +0000 Subject: [PATCH] Committing in . setup.h_vms : updated VMS configuration msgdlg.cpp : corrected include file path Modified Files: wxWidgets/setup.h_vms wxWidgets/src/motif/msgdlg.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 5 ++++- src/motif/msgdlg.cpp | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index 7ae15526b8..9bd4be7c8f 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.stm.tudelft.nl) * - * Date : 9 November 1999 * + * Date : 15 March 2005 * * * *****************************************************************************/ @@ -122,6 +122,9 @@ /* PowerPC Darwin & Mac OS X */ #undef __POWERPC__ +/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */ +#undef __Point__ + /* MS-DOS with DJGPP */ #undef __DOS__ diff --git a/src/motif/msgdlg.cpp b/src/motif/msgdlg.cpp index 6875dfaaac..4d08240bc2 100644 --- a/src/motif/msgdlg.cpp +++ b/src/motif/msgdlg.cpp @@ -41,7 +41,7 @@ #include "wx/app.h" #include "wx/intl.h" -#include "wx/motif/msgdlg.h" +#include "wx/msgdlg.h" #include "wx/motif/private.h" // ---------------------------------------------------------------------------- -- 2.50.0