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:
parent
2b7b01632f
commit
ec48a7ffcc
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue