]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
search progress bar has smooth gauge under win95 now
[wxWidgets.git] / src / common / imagbmp.cpp
index 556802bfadb61a52f7963b0881be9767cc895c0d..45169259e125bb96fb7d840a9539cfdbfc46c7f0 100644 (file)
@@ -7,10 +7,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*
-   We don't put pragma implement in this file because it is already present in
-   src/common/image.cpp
-*/
+#ifdef __GNUG__
+#pragma implementation "imagbmp.h"
+#endif
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
@@ -19,7 +18,7 @@
 #pragma hdrstop
 #endif
 
-#include "wx/image.h"
+#include "wx/imagbmp.h"
 #include "wx/bitmap.h"
 #include "wx/debug.h"
 #include "wx/log.h"