- Moved USE_WINDOWS_DWORD definition out of music_gme.cpp and into i_musicinterns.h.

SVN r1632 (trunk)
This commit is contained in:
Randy Heit 2009-06-04 00:58:42 +00:00
parent a8de4fc2da
commit 5300572b88
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,9 @@
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif
#ifndef USE_WINDOWS_DWORD
#define USE_WINDOWS_DWORD
#endif
#include <windows.h>
#include <mmsystem.h>
#else

View File

@ -37,7 +37,6 @@
// Uncomment if you are using the DLL version of GME.
//#define GME_DLL
#define USE_WINDOWS_DWORD
#include "i_musicinterns.h"
#include "c_cvars.h"
#include "critsec.h"