COMP: Fix compilation on MacOSX (common symbols not allowed with MH_DYLIB output format)
This commit is contained in:
parent
4909154387
commit
fe6fc8192c
@ -4,7 +4,7 @@
|
|||||||
#define DL_EXPORT
|
#define DL_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DL_EXPORT int TestDynamicLoaderData;
|
DL_EXPORT int TestDynamicLoaderData = 0;
|
||||||
|
|
||||||
DL_EXPORT void TestDynamicLoaderFunction()
|
DL_EXPORT void TestDynamicLoaderFunction()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user