X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08680429a25d66e284c75f69f14fe8ca6ab15f72..7521630773affd2e8d8ff818285fe9c38f901eb6:/include/wx/printdlg.h?ds=inline 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