This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Quick way to get mingw to build
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
4 years ago
parent
de84baeefb
commit
94191f916a
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
source/modules/juce_core/threads/juce_WaitableEvent.h
+ 4
- 0
source/modules/juce_core/threads/juce_WaitableEvent.h
View File
@@ -20,6 +20,10 @@
==============================================================================
==============================================================================
*/
*/
#if JUCE_MINGW
#include "../../hylia/mingw-std-threads/mingw.condition_variable.h"
#endif
namespace juce
namespace juce
{
{
Write
Preview
Loading…
Cancel
Save