POSIX *after* LINUX
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#if defined(NANA_WINDOWS)
|
#if defined(NANA_WINDOWS)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#elif defined(NANA_POSIX)
|
|
||||||
#include <sys/soundcard.h>
|
|
||||||
#elif defined(NANA_LINUX)
|
#elif defined(NANA_LINUX)
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
#elif defined(NANA_POSIX)
|
||||||
|
#include <sys/soundcard.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace nana{ namespace audio
|
namespace nana{ namespace audio
|
||||||
|
|||||||
Reference in New Issue
Block a user