]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/print.h
disable warning for eVC 4 (_MSC_VER == 1201) as well
[wxWidgets.git] / include / wx / print.h
index a13dffcad27951d58b49cf1c798b3b0718d04671..f3a3bfa7f130b7c3b767d972c782d48564556b2f 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/print.h
+// Purpose:     Base header for printer classes
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_PRINT_H_BASE_
 #define _WX_PRINT_H_BASE_
 
@@ -9,6 +20,10 @@
 
 #include "wx/mac/printmac.h"
 
+#elif defined(__WXPM__)
+
+#include "wx/os2/printos2.h"
+
 #else
 
 #include "wx/generic/printps.h"