Browse Source

Fix win32 builds

tags/v2.5.0
falkTX 2 years ago
parent
commit
e3fb99c579
1 changed files with 1 additions and 1 deletions
  1. +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
{
#if (JUCE_MINGW && JUCE_32BIT) || (! defined (_MSC_VER) && ! defined (__uuidof))
#if (! defined (_MSC_VER) && ! defined (__uuidof))
#ifdef __uuidof
#undef __uuidof
#endif


Loading…
Cancel
Save