]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcprint.h
hack to allow icons in wxStaticBitmap as well as bitmaps
[wxWidgets.git] / include / wx / msw / dcprint.h
index dc434d0f931a52606f55a41e6645dc7a6d6add1c..8ad3c3574b9f21d1ed413587163e79c82e598371 100644 (file)
@@ -5,12 +5,12 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __DCPRINTH__
-#define __DCPRINTH__
+#ifndef _WX_DCPRINT_H_
+#define _WX_DCPRINT_H_
 
 #ifdef __GNUG__
 #pragma interface "dcprint.h"
@@ -24,7 +24,7 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
   DECLARE_CLASS(wxPrinterDC)
 
   // Create a printer DC
-  wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, const bool interactive = TRUE, const int orientation = wxPORTRAIT);
+  wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT);
   wxPrinterDC(WXHDC theDC);
 
   ~wxPrinterDC(void);
@@ -34,5 +34,5 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
 WXHDC WXDLLEXPORT wxGetPrinterDC(int orientation);
 
 #endif
-    // __DCPRINTH__
+    // _WX_DCPRINT_H_