projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix focus problems in picker controls under MSW which were due to not letting the...
[wxWidgets.git]
/
src
/
os2
/
minifram.cpp
diff --git
a/src/os2/minifram.cpp
b/src/os2/minifram.cpp
index 4f6f5e5fcbb6005644fb9f5e23ed542f19fb71f9..b42905ebbf0911ac1ed322467743fad4d1f81995 100644
(file)
--- a/
src/os2/minifram.cpp
+++ b/
src/os2/minifram.cpp
@@
-1,22
+1,21
@@
/////////////////////////////////////////////////////////////////////////////
// Name: minifram.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: minifram.cpp
-// Purpose: wxMiniFrame
. Optional; identical to wxFrame if not supported.
-// Author:
AUTHOR
+// Purpose: wxMiniFrame
+// Author:
Julian Smart
// Modified by:
// Modified by:
-// Created:
??/??
/98
-// RCS-ID: $Id$
-// Copyright: (c)
AUTHOR
-// Licence: wxWindows licence
+// Created:
04/01
/98
+// RCS-ID: $Id
: minifram.cpp 49299 2007-10-21 18:07:29Z PC
$
+// Copyright: (c)
Julian Smart
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "minifram.h"
-#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#if wxUSE_MINIFRAME
#include "wx/minifram.h"
#include "wx/minifram.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
-#endif
-
+#endif // wxUSE_MINIFRAME