mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Clean up unnecessary compiler checks.
This commit is contained in:
parent
e68fac14c8
commit
212d774613
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ namespace Ship {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !_MSC_VER && !__APPLE__
|
|
||||||
#endif
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "WasapiAudioPlayer.h"
|
#include "WasapiAudioPlayer.h"
|
||||||
#elif defined(__linux)
|
#elif defined(__linux)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue