#ifndef WX_PRECOMP
#include "wx/dcmemory.h"
+#include "wx/dcclient.h"
#endif
#include "wx/splash.h"
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