Cleanup WINDOWS and HAS_WASAPI usages

This commit is contained in:
badaix 2020-05-07 22:38:25 +02:00
parent d7c39bf13b
commit 860c0e5c8f
2 changed files with 6 additions and 3 deletions

View file

@ -44,7 +44,7 @@
#ifdef HAS_COREAUDIO
#include "player/coreaudio_player.hpp"
#endif
#ifdef WINDOWS
#ifdef HAS_WASAPI
#include "player/wasapi_player.h"
#endif