]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcmemory.h
subclass all updown controls in notebooks, not just the first one
[wxWidgets.git] / include / wx / dcmemory.h
index 0c511058588b4fdda09444f9b998f4f70fdda4c7..f8e3f95bc3a726a69a6dd29ac19c74a922f0dac3 100644 (file)
@@ -1,7 +1,18 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcmemory.h
+// Purpose:     wxMemoryDC base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_DCMEMORY_H_BASE_
 #define _WX_DCMEMORY_H_BASE_
 
-#if defined(__PALMOS__)
+#if defined(__WXPALMOS__)
 #include "wx/palmos/dcmemory.h"
 #elif defined(__WXMSW__)
 #include "wx/msw/dcmemory.h"