Browse Source

Fix my mingw build

tags/1.9.4
falkTX 11 years ago
parent
commit
c9fb05dc2a
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

@@ -29,7 +29,7 @@
#ifndef JUCE_WIN32_COMSMARTPTR_H_INCLUDED
#define JUCE_WIN32_COMSMARTPTR_H_INCLUDED
#if ! (defined (_MSC_VER) || defined (__uuidof))
#if ! defined (_MSC_VER) //|| defined (__uuidof))
template<typename Type> struct UUIDGetter { static CLSID get() { jassertfalse; return CLSID(); } };
#define __uuidof(x) UUIDGetter<x>::get()
#endif


Loading…
Cancel
Save