]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / unix / utilsunx.cpp
index 19c39e6446b0f7e954eaaa761cb9fc5b513a4ab4..7f275de250f23a9426564c9262d4723475fd1f64 100644 (file)
@@ -1220,7 +1220,7 @@ bool wxHandleFatalExceptions(bool doit)
 
 #if wxUSE_GUI
 
-#if __DARWIN__
+#ifdef __DARWIN__
     #include <sys/errno.h>
 #endif
 // ----------------------------------------------------------------------------