andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.9k stars 230 forks source link

Adding SOUNDIO_STATIC_LIBRARY flags for proper __declspec specifiers #289

Closed peterino2 closed 8 months ago

peterino2 commented 8 months ago

It seems windows is the only build where SOUNDIO_STATIC_LIBRARY as a flag needs to be properly set by applications including soundio.h

This just makes it so we can build on windows. As daddy Satya Nadella intended