1 #ifndef COIL_LIBDLLTEST_H 2 #define COIL_LIBDLLTEST_H 4 #include <coil/DynamicLib.h> 6 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) 7 #define DynamicLib_EXPORT __declspec(dllexport)
#define DynamicLib_EXPORT
static int FuncTest(void)
Common Object Interface Layer.