blob: 9879c3901b4ed0e0687f61418d8aab11d1d86ddd [file]
#if defined(_WIN32) || defined(__CYGWIN__)
# define EXPORT __declspec(dllexport)
#else
# define EXPORT
#endif
EXPORT int testSharedObjectAIX(void)
{
return 0;
}