(svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff

This commit is contained in:
glx 2008-05-16 22:29:27 +00:00
parent 180272ed86
commit 670eca936f
1 changed files with 3 additions and 0 deletions

View File

@ -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"