win32 miniframe added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,6 +30,19 @@
|
||||
#include "wx/utils.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __WIN32__
|
||||
|
||||
#include "wx/minifram.h"
|
||||
|
||||
#if !USE_SHARED_LIBRARY
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
|
||||
#endif
|
||||
|
||||
|
||||
#else
|
||||
|
||||
|
||||
#if wxUSE_ITSY_BITSY
|
||||
|
||||
#include "wx/minifram.h"
|
||||
@@ -1610,3 +1623,5 @@ void PASCAL DrawArrow( HDC hdc, LPRECT lprc, UINT uiStyle )
|
||||
} // DrawArrow()
|
||||
|
||||
#endif // wxUSE_ITSY_BITSY
|
||||
|
||||
#endif // __WIN32__
|
||||
|
Reference in New Issue
Block a user