]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/minifram.h
Removed non-theme related defs
[wxWidgets.git] / include / wx / minifram.h
index 3d3f853f8735f66dc617d8e3f95014e9e546e7fe..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"
@@ -13,8 +26,6 @@
 #include "wx/mac/minifram.h"
 #elif defined(__WXPM__)
 #include "wx/os2/minifram.h"
-#elif defined(__WXSTUBS__)
-#include "wx/stubs/minifram.h"
 #endif
 
 #endif