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:
parent
8b075242d4
commit
a9b5fe3a39
11 changed files with 169 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue