X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0cb0ba509fad1fb966d4d5277ff28071d7a8477..687dcff3a46a55c11851b1cabdbbbef5492a2f5f:/include/wx/generic/timer.h?ds=sidebyside diff --git a/include/wx/generic/timer.h b/include/wx/generic/timer.h index 3c381771a7..efe303411c 100644 --- a/include/wx/generic/timer.h +++ b/include/wx/generic/timer.h @@ -3,7 +3,7 @@ // Purpose: Generic implementation of wxTimer class // Author: Vaclav Slavik // Id: $Id$ -// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -11,7 +11,7 @@ #ifndef __WX_TIMER_H__ #define __WX_TIMER_H__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "timer.h" #endif