From: Jouk Jansen Date: Thu, 17 Mar 2005 08:05:04 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eaa6f9ad2b2ce11ecf6720d068815bded3fff0e6 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 --- 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" // ----------------------------------------------------------------------------