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
Fix win32 builds
tags/v2.5.0
falkTX
2 years ago
parent
2b8c77b2c0
commit
e3fb99c579
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/modules/juce_core/native/juce_win32_ComSmartPtr.h
+ 1
- 1
source/modules/juce_core/native/juce_win32_ComSmartPtr.h
View File
@@ -23,7 +23,7 @@
namespace juce
namespace juce
{
{
#if (
JUCE_MINGW && JUCE_32BIT) || (
! defined (_MSC_VER) && ! defined (__uuidof))
#if (! defined (_MSC_VER) && ! defined (__uuidof))
#ifdef __uuidof
#ifdef __uuidof
#undef __uuidof
#undef __uuidof
#endif
#endif
Write
Preview
Loading…
Cancel
Save