1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Restored a DLL export flag.

This commit is contained in:
jules 2012-09-20 09:45:41 +01:00
parent 2b7b01632f
commit ec48a7ffcc

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
//==============================================================================