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
* 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 *
* *
*****************************************************************************/
/* 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__
#include "wx/app.h"
#include "wx/intl.h"
-#include "wx/motif/msgdlg.h"
+#include "wx/msgdlg.h"
#include "wx/motif/private.h"
// ----------------------------------------------------------------------------