SOUND: Turns out emu.h needs uint64_t defined...
At least on MSVC this needs stdint.h so we put that in here as well
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
/* for _alloca() and printing of the related error message with pclog() */
|
/* for _alloca() and printing of the related error message with pclog() */
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
|
# include <stdint.h>
|
||||||
# include "../emu.h"
|
# include "../emu.h"
|
||||||
#endif
|
#endif
|
||||||
#include "dbopl.h"
|
#include "dbopl.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user