Add a new bugfix
This commit is contained in:
parent
7ac0fa91a2
commit
69292f99f6
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
// The original source code forgot to set this (you can tell because, in the original EXE,
|
||||
// the DSBUFFERDESC structs in this file have a different size to the ones in Sound.cpp)
|
||||
#define DIRECTSOUND_VERSION 0x500
|
||||
#endif
|
||||
#include <dsound.h>
|
||||
|
||||
#include "WindowsWrapper.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue