From cbe13a1f09becec432dc9c4a519a767bca348ed4 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 9 Jun 2003 18:33:02 +0000 Subject: [PATCH] Apple #pragma implementation fix (Yes, some of us do compile wxGTK on OS X) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/taskbarx11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/taskbarx11.cpp b/src/unix/taskbarx11.cpp index 1d01758c9f..e5081d684c 100644 --- a/src/unix/taskbarx11.cpp +++ b/src/unix/taskbarx11.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma implementation "taskbarx11.h" #endif -- 2.45.2