sokol.audio: add proper #flag for windows (-lole32)
parent
e71aff71ce
commit
2e589a5b0b
|
@ -5,6 +5,8 @@ module audio
|
||||||
#include "sokol_audio.h"
|
#include "sokol_audio.h"
|
||||||
#flag linux -lasound
|
#flag linux -lasound
|
||||||
#flag darwin -framework AudioToolbox
|
#flag darwin -framework AudioToolbox
|
||||||
|
#flag windows -lole32
|
||||||
|
|
||||||
//
|
//
|
||||||
pub type FNStreamingCB = fn (buffer &f32, num_frames, num_channels int)
|
pub type FNStreamingCB = fn (buffer &f32, num_frames, num_channels int)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue