applied patch 441270 (fix cygwin wxSplashScreen compilation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6788ecb8a9
commit
d84d25dd93
@ -16,8 +16,13 @@
|
||||
#ifndef _WX_SPLASH_H_
|
||||
#define _WX_SPLASH_H_
|
||||
|
||||
#include "wx/frame.h"
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/bitmap.h"
|
||||
#include "wx/timer.h"
|
||||
#endif
|
||||
|
||||
#include "wx/frame.h"
|
||||
|
||||
|
||||
/*
|
||||
* A window for displaying a splash screen
|
||||
|
@ -23,6 +23,7 @@
|
||||
#if wxUSE_SPLASH
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/dcmemory.h"
|
||||
#endif
|
||||
|
||||
#include "wx/splash.h"
|
||||
|
Loading…
Reference in New Issue
Block a user