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
This commit is contained in:
Jouk Jansen
2005-03-17 08:05:04 +00:00
parent 82479312aa
commit eaa6f9ad2b
2 changed files with 5 additions and 2 deletions

View File

@@ -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__

View File

@@ -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"
// ----------------------------------------------------------------------------