]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcprint.h
due to a typo in #if condition, validation was disabled for wizard pages -- fixed now
[wxWidgets.git] / include / wx / dcprint.h
index d84dd73ad8933334f6dfd575684c9e51ed88e909..8f976472f2455e9196dbdc96390d2e6d9603f2b8 100644 (file)
@@ -1,9 +1,28 @@
-#ifndef __DCPRINTH_BASE__
-#define __DCPRINTH_BASE__
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcprint.h
+// Purpose:     wxPrinterDC base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
 
 
-#if defined(__WINDOWS__)
+#ifndef _WX_DCPRINT_H_BASE_
+#define _WX_DCPRINT_H_BASE_
+
+#if defined(__WXPALMOS__)
+#include "wx/palmos/dcprint.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/dcprint.h"
 #endif
 #include "wx/msw/dcprint.h"
 #endif
+#if defined(__WXPM__)
+#include "wx/os2/dcprint.h"
+#endif
+#if defined(__WXMAC__)
+#include "wx/mac/dcprint.h"
+#endif
 
 #endif
 
 #endif
-    // __DCPRINTH_BASE__
+    // _WX_DCPRINT_H_BASE_