projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed incorrect param from docs
[wxWidgets.git]
/
src
/
os2
/
statbmp.cpp
diff --git
a/src/os2/statbmp.cpp
b/src/os2/statbmp.cpp
index 36d6463c7217219e7e3d788c01c398588eed5e9f..2581c2285481354de83c6add659f7e2c5d6fcdc4 100644
(file)
--- a/
src/os2/statbmp.cpp
+++ b/
src/os2/statbmp.cpp
@@
-9,6
+9,10
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifdef __GNUG__
+#pragma implementation "statbmp.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"
@@
-26,9
+30,7
@@
// macors
// ---------------------------------------------------------------------------
// macors
// ---------------------------------------------------------------------------
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
-#endif
// ---------------------------------------------------------------------------
// wxStaticBitmap
// ---------------------------------------------------------------------------
// wxStaticBitmap