]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bmpbase.cpp
don't call wxLogLastError() in wx{File|Path}Exists
[wxWidgets.git] / src / common / bmpbase.cpp
index 6405427cade3334c77f9c2224e55ef01b194088b..bc47df63a5217c506521cda5736539095c96fecd 100644 (file)
 #pragma implementation "bitmapbase.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/wx.h"
 #include "wx/setup.h"
 #include "wx/utils.h"
@@ -102,8 +109,6 @@ void wxBitmapBase::CleanUpHandlers()
     }
 }
 
-
-
 class wxBitmapBaseModule: public wxModule
 {
 DECLARE_DYNAMIC_CLASS(wxBitmapBaseModule)