projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add wxBitmap(NSImage*) ctor to wxOSX.
[wxWidgets.git]
/
src
/
msw
/
minifram.cpp
diff --git
a/src/msw/minifram.cpp
b/src/msw/minifram.cpp
index 5180dd713d9f2086c9c32a8c8850725a7d0afb36..8281bdc86ca4d93d5f29fac1a94c3e23dea3b6be 100644
(file)
--- a/
src/msw/minifram.cpp
+++ b/
src/msw/minifram.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: minifram.cpp
+// Name:
src/msw/
minifram.cpp
// Purpose: wxMiniFrame
// Author: Julian Smart
// Modified by:
// Purpose: wxMiniFrame
// Author: Julian Smart
// Modified by:
@@
-9,10
+9,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "minifram.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-20,10
+16,10
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
-#endif
+#if wxUSE_MINIFRAME
#include "wx/minifram.h"
IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
#include "wx/minifram.h"
IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
+#endif // wxUSE_MINIFRAME