21 lines
203 B
C
21 lines
203 B
C
#ifndef __DYNALINK_H__
|
|
#define __DYNALINK_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
BOOL
|
|
InitDynamicInterfaces(
|
|
VOID
|
|
);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif // __DYNALINK_H__
|