X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08680429a25d66e284c75f69f14fe8ca6ab15f72..6b5d2431fc188c03bd43ef69b5ad3197646c9289:/include/wx/printdlg.h diff --git a/include/wx/printdlg.h b/include/wx/printdlg.h index 4486ab3233..9179ab5f51 100644 --- a/include/wx/printdlg.h +++ b/include/wx/printdlg.h @@ -1,10 +1,17 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/printdlg.h +// Purpose: Base header and class for print dialogs +// Author: Julian Smart +// Modified by: +// Created: +// RCS-ID: $Id$ +// Copyright: (c) Julian Smart +// Licence: wxWindows Licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_PRINTDLG_H_BASE_ #define _WX_PRINTDLG_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "printdlg.h" -#endif - #include "wx/defs.h" #if wxUSE_PRINTING_ARCHITECTURE