forgot to include windows.h
This commit is contained in:
parent
4bb2e8857d
commit
92232b088c
|
@ -20,6 +20,9 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../ta-log.h"
|
#include "../ta-log.h"
|
||||||
#include "sdlAudio.h"
|
#include "sdlAudio.h"
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
void taSDLProcess(void* inst, unsigned char* buf, int nframes) {
|
void taSDLProcess(void* inst, unsigned char* buf, int nframes) {
|
||||||
TAAudioSDL* in=(TAAudioSDL*)inst;
|
TAAudioSDL* in=(TAAudioSDL*)inst;
|
||||||
|
|
Loading…
Reference in a new issue