25#ifndef SYSTEM_DLLMAIN_ICPP
26#define SYSTEM_DLLMAIN_ICPP 1
30#if !defined( GAUDIKERNEL_LOADFACTORYENTRIES_H )
31# warning "deprecated header file, not to be used"
37#if !defined( __APPLE__ )
48static void _init() __attribute__( ( constructor ) );
49static
void _fini() __attribute__( ( destructor ) );
53#elif defined( __APPLE__ )
54static void _init() __attribute__( ( constructor ) );
55static
void _fini() __attribute__( ( destructor ) );
static void initialize(void *hinstDLL)
static void finalize(void *hinstDLL)