#ifndef __DYNALINK_H__ #define __DYNALINK_H__ #ifdef __cplusplus extern "C" { #endif BOOL InitDynamicInterfaces( VOID ); #ifdef __cplusplus } #endif #endif // __DYNALINK_H__