mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff
This commit is contained in:
parent
0cab2cade2
commit
6741af92d3
@ -5,6 +5,9 @@
|
||||
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
|
||||
|
||||
#include "../stdafx.h"
|
||||
#ifdef WIN32_LEAN_AND_MEAN
|
||||
#undef WIN32_LEAN_AND_MEAN // Don't exclude rarely-used stuff from Windows headers
|
||||
#endif
|
||||
#include "../debug.h"
|
||||
#include "../win32.h"
|
||||
#include "dmusic.h"
|
||||
|
Loading…
Reference in New Issue
Block a user