]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cppunit.h
Remove support for Gnome printing from wxGTK.
[wxWidgets.git] / include / wx / cppunit.h
index 23d5f3dc727201c06de93884fc0db1671b3ec290..89edd9165f03972f4537213ab361d662d2799e93 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wrapper header for CppUnit headers
 // Author:      Vadim Zeitlin
 // Created:     15.02.04
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Vadim Zeitlin
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
@@ -200,7 +199,7 @@ WX_CPPUNIT_ALLOW_EQUALS_TO_INT(short)
 WX_CPPUNIT_ALLOW_EQUALS_TO_INT(unsigned)
 WX_CPPUNIT_ALLOW_EQUALS_TO_INT(unsigned long)
 
-#if defined( __VMS ) && define( __ia64 )
+#if defined( __VMS ) && defined( __ia64 )
 WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::basic_streambuf<char>::pos_type);
 #endif