include windows.h
git-svn-id: svn://svn.icculus.org/netradiant/trunk@312 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
4bff5a2e20
commit
cbfac4f225
|
|
@ -89,6 +89,10 @@ DefaultAllocator - Memory allocation using new/delete, compliant with std::alloc
|
||||||
#include "referencecache.h"
|
#include "referencecache.h"
|
||||||
#include "stacktrace.h"
|
#include "stacktrace.h"
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
void show_splash();
|
void show_splash();
|
||||||
void hide_splash();
|
void hide_splash();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user