]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed "pragma interface" handling.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Oct 2004 18:15:53 +0000 (18:15 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Oct 2004 18:15:53 +0000 (18:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/uri.h

index a92b83692936fa7dcd6c4a23092fa9a3f279a5da..f792adbf56fd3770bf86d6f4421941f3422e3d87 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_URI_H_
 #define _WX_URI_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "uri.h"
 #endif