Browse Source

Restored a DLL export flag.

tags/2021-05-28
jules 13 years ago
parent
commit
ec48a7ffcc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_core/system/juce_StandardHeader.h

+ 2
- 0
modules/juce_core/system/juce_StandardHeader.h View File

@@ -122,6 +122,8 @@
#ifdef __INTEL_COMPILER
#pragma warning (disable: 1125) // (virtual override warning)
#endif
#elif defined (JUCE_DLL_BUILD)
#define JUCE_API __attribute__ ((visibility("default")))
#endif
//==============================================================================


Loading…
Cancel
Save