From 70740cb91024ea9d2eef79e37ea8a757e60ae13b Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 12 Feb 2017 11:10:53 +0900 Subject: win32: use msvcrt --- win32/wasapiout.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 win32/wasapiout.h (limited to 'win32/wasapiout.h') diff --git a/win32/wasapiout.h b/win32/wasapiout.h new file mode 100644 index 0000000..eab9cff --- /dev/null +++ b/win32/wasapiout.h @@ -0,0 +1,10 @@ +#ifndef MYON_WASAPIOUT_H_INCLUDED +#define MYON_WASAPIOUT_H_INCLUDED + +#include "soundout.h" + +struct sound_state *wasapi_init(HWND hwnd, unsigned srate, unsigned sectlen, + sound_callback cbfunc, void *userptr); + +#endif // MYON_WASAPIOUT_H_INCLUDED + -- cgit v1.2.3