11 #ifndef GAUDIKERNEL_LOADFACTORYENTRIES_H 12 #define GAUDIKERNEL_LOADFACTORYENTRIES_H 1 28 #if !defined( __APPLE__ ) 33 #if defined( GAUDI_V20_COMPAT ) && !defined( G21_HIDE_SYMBOLS ) 35 # define FACTORYTABLE_API __declspec( dllexport ) 37 # define FACTORYTABLE_API 40 # define LOAD_FACTORY_ENTRIES( x ) \ 41 extern "C" FACTORYTABLE_API void* x##_getFactoryEntries() { return nullptr; } 45 # define LOAD_FACTORY_ENTRIES( x ) \ 46 extern "C" GAUDI_EXPORT void* x##_getFactoryEntries() { return nullptr; } 48 #endif // GAUDI_V20_COMPAT 50 #endif // GAUDIKERNEL_LOADFACTORYENTRIES_H static void initialize(void *hinstDLL)
static void finalize(void *hinstDLL)