mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-14 08:30:50 +00:00
- Moved USE_WINDOWS_DWORD definition out of music_gme.cpp and into i_musicinterns.h.
SVN r1632 (trunk)
This commit is contained in:
parent
a8de4fc2da
commit
5300572b88
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0400
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef USE_WINDOWS_DWORD
|
||||||
|
#define USE_WINDOWS_DWORD
|
||||||
|
#endif
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <mmsystem.h>
|
#include <mmsystem.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
// Uncomment if you are using the DLL version of GME.
|
// Uncomment if you are using the DLL version of GME.
|
||||||
//#define GME_DLL
|
//#define GME_DLL
|
||||||
|
|
||||||
#define USE_WINDOWS_DWORD
|
|
||||||
#include "i_musicinterns.h"
|
#include "i_musicinterns.h"
|
||||||
#include "c_cvars.h"
|
#include "c_cvars.h"
|
||||||
#include "critsec.h"
|
#include "critsec.h"
|
||||||
|
|
Loading…
Reference in a new issue