]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splash.cpp
disable Borland C++ warnings
[wxWidgets.git] / src / generic / splash.cpp
index fa641bdf1e069c009241dc9acde7016e84846166..d5b8da7896f54204bbffb42cbda6b5c26e3898ae 100644 (file)
@@ -24,6 +24,7 @@
 
 #ifndef WX_PRECOMP
 #include "wx/dcmemory.h"
+#include "wx/dcclient.h"
 #endif
 
 #include "wx/splash.h"
@@ -70,7 +71,7 @@ wxSplashScreen::wxSplashScreen(const wxBitmap& bitmap, long splashStyle, int mil
 
     Show(TRUE);
     m_window->SetFocus();
-#ifdef __WXMSW__
+#if defined( __WXMSW__ ) || defined(__WXMAC__)
     Update(); // Without this, you see a blank screen for an instant
 #else
     wxYieldIfNeeded(); // Should eliminate this