2025-04-27 07:49:33 -04:00

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__