X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e26aff563652e7dccfb9b0e094f475723a10dd38..51623cc53f350935337e57930eaaf1afe9a48c3b:/include/wx/cppunit.h?ds=sidebyside diff --git a/include/wx/cppunit.h b/include/wx/cppunit.h index 23d5f3dc72..f6aee85817 100644 --- a/include/wx/cppunit.h +++ b/include/wx/cppunit.h @@ -200,7 +200,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::pos_type); #endif