Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
203 B

  1. #ifndef __DYNALINK_H__
  2. #define __DYNALINK_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. BOOL
  7. InitDynamicInterfaces(
  8. VOID
  9. );
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif // __DYNALINK_H__