1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tweaks for emscripten support

This commit is contained in:
jules 2020-12-17 15:35:32 +00:00 committed by ed
parent 8b075242d4
commit a9b5fe3a39
11 changed files with 169 additions and 24 deletions

View file

@ -23,6 +23,8 @@
namespace juce
{
#if ! JUCE_WASM
NamedPipe::NamedPipe() {}
NamedPipe::~NamedPipe()
@ -265,6 +267,7 @@ private:
static NamedPipeTests namedPipeTests;
#endif
#endif
} // namespace juce

View file

@ -23,6 +23,8 @@
namespace juce
{
#if ! JUCE_WASM
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4127 4389 4018)
#ifndef AI_NUMERICSERV // (missing in older Mac SDKs)
@ -857,6 +859,7 @@ struct SocketTests : public UnitTest
static SocketTests socketTests;
#endif
#endif
} // namespace juce