]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 3 Oct 2001 14:08:56 +0000 (14:08 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 3 Oct 2001 14:08:56 +0000 (14:08 +0000)
 Modified Files:
  wxWindows/setup.h_vms

 update VMS compile support

----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h_vms

index fe2d8cff64316cb0a00ed33fa4ffe7b0f8e2ca6f..78fec5983008d2857a54c9903414eea586f09621 100644 (file)
@@ -86,6 +86,8 @@
 #undef __SUNOS__
 #define __ALPHA__
 #undef __OSF__
+#undef __DARWIN__
+#undef __NETBSD__
 #undef __BSD__
 #undef __FREEBSD__
 #define __VMS__
@@ -94,6 +96,9 @@
 #undef __EMX__
 #undef _GNU_SOURCE
 
+/* PowerPC Darwin & Mac OS X */
+#undef __POWERPC__
+
 /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
 #ifndef __WINDOWS__
 #undef __WINDOWS__