(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 0cab2cade2
commit 6741af92d3

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"