Fix build error with MinGW

This commit is contained in:
Clownacy 2020-03-13 22:01:02 +00:00
parent 406ff18909
commit 05fb5cf106

View file

@ -23,9 +23,11 @@
#include "Sound.h"
// Visual Studio 6 is missing this
#ifdef _MSC_VER
#ifndef DWORD_PTR
#define DWORD_PTR DWORD
#endif
#endif
#define PANDUMMY 0xFF
#define VOLDUMMY 0xFF