Fix build error with MinGW
This commit is contained in:
parent
406ff18909
commit
05fb5cf106
1 changed files with 2 additions and 0 deletions
|
@ -23,9 +23,11 @@
|
||||||
#include "Sound.h"
|
#include "Sound.h"
|
||||||
|
|
||||||
// Visual Studio 6 is missing this
|
// Visual Studio 6 is missing this
|
||||||
|
#ifdef _MSC_VER
|
||||||
#ifndef DWORD_PTR
|
#ifndef DWORD_PTR
|
||||||
#define DWORD_PTR DWORD
|
#define DWORD_PTR DWORD
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PANDUMMY 0xFF
|
#define PANDUMMY 0xFF
|
||||||
#define VOLDUMMY 0xFF
|
#define VOLDUMMY 0xFF
|
||||||
|
|
Loading…
Add table
Reference in a new issue