COMP: Fix compilation on MacOSX (common symbols not allowed with MH_DYLIB output format)

This commit is contained in:
Mathieu Malaterre 2006-03-10 10:19:45 -05:00
parent 4909154387
commit fe6fc8192c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define DL_EXPORT
#endif
DL_EXPORT int TestDynamicLoaderData;
DL_EXPORT int TestDynamicLoaderData = 0;
DL_EXPORT void TestDynamicLoaderFunction()
{