1 #ifndef GAUDIKERNEL_LOADFACTORYENTRIES_H 2 #define GAUDIKERNEL_LOADFACTORYENTRIES_H 1 18 #if !defined( __APPLE__ ) 23 #if defined( GAUDI_V20_COMPAT ) && !defined( G21_HIDE_SYMBOLS ) 25 #define FACTORYTABLE_API __declspec( dllexport ) 27 #define FACTORYTABLE_API 30 #define LOAD_FACTORY_ENTRIES( x ) \ 31 extern "C" FACTORYTABLE_API void* x##_getFactoryEntries() { return nullptr; } 35 #define LOAD_FACTORY_ENTRIES( x ) \ 36 extern "C" GAUDI_EXPORT void* x##_getFactoryEntries() { return nullptr; } 38 #endif // GAUDI_V20_COMPAT 40 #endif // GAUDIKERNEL_LOADFACTORYENTRIES_H static void initialize(void *hinstDLL)
static void finalize(void *hinstDLL)