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.

13 lines
143 B

  1. //
  2. // init.h
  3. //
  4. #ifndef INIT_H
  5. #define INIT_H
  6. #include "private.h"
  7. BOOL DllInit(void);
  8. void DllUninit(void);
  9. #endif // INIT_H