X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..25e6c06102002096af07247b792861add112a4e5:/include/wx/busyinfo.h diff --git a/include/wx/busyinfo.h b/include/wx/busyinfo.h index 2ec17ec88a..4b8cf55510 100644 --- a/include/wx/busyinfo.h +++ b/include/wx/busyinfo.h @@ -4,21 +4,17 @@ // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik // RCS-ID: $Id$ -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __INFOWIN_H__ #define __INFOWIN_H__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "busyinfo.h" #endif -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ -#pragma hdrstop -#endif +#include "wx/defs.h" #include "wx/frame.h"