]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/minifram.h
Removed non-theme related defs
[wxWidgets.git] / include / wx / minifram.h
index 6e1682ad457fbc7dcfbba4c144b49730a4895fdb..9826eb274dc622ac80d9a13836064f7766a27437 100644 (file)
@@ -1,7 +1,20 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/minifram.h
+// Purpose:     wxMiniFrame base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_MINIFRAM_H_BASE_
 #define _WX_MINIFRAMH_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__WXPALMOS__)
+#include "wx/palmos/minifram.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/minifram.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/minifram.h"