X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a96de8a36a5cb9098842d35046d65e2d685d9ff1..6d2190fcb4ba8c0a297a90ac233e88ad0c5cd13f:/tests/controls/dialogtest.cpp diff --git a/tests/controls/dialogtest.cpp b/tests/controls/dialogtest.cpp index 12f5833181..a22e37d8e2 100644 --- a/tests/controls/dialogtest.cpp +++ b/tests/controls/dialogtest.cpp @@ -3,7 +3,6 @@ // Purpose: wxWindow unit test // Author: Vaclav Slavik // Created: 2012-08-30 -// RCS-ID: $Id$ // Copyright: (c) 2012 Vaclav Slavik /////////////////////////////////////////////////////////////////////////////// @@ -15,7 +14,7 @@ #include "wx/testing.h" -#ifdef wxHAS_VARIADIC_MACROS +#ifdef HAVE_VARIADIC_MACROS #include "wx/msgdlg.h" #include "wx/filedlg.h" @@ -122,4 +121,4 @@ void ModalDialogsTestCase::CustomDialog() CPPUNIT_ASSERT_EQUAL( 42, dlg.m_value ); } -#endif // wxHAS_VARIADIC_MACROS +#endif // HAVE_VARIADIC_MACROS