From 76c39b5df1e830ff2537ca08ad2b8deabfbcbac0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 17 Oct 2007 18:19:29 +0000 Subject: [PATCH] test for __DARWIN__ with ifdef, not if git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/utilsunx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 19c39e6446..7f275de250 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -1220,7 +1220,7 @@ bool wxHandleFatalExceptions(bool doit) #if wxUSE_GUI -#if __DARWIN__ +#ifdef __DARWIN__ #include #endif // ---------------------------------------------------------------------------- -- 2.50.0