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.

33 lines
633 B

  1. #ifndef _MSNSPMH_H_
  2. #define _MSNSPMH_H_
  3. #define SECURITY_WIN32 1
  4. #include <nt.h>
  5. #include <ntrtl.h>
  6. #include <nturtl.h>
  7. #include <ntlsa.h>
  8. #include <windows.h>
  9. #include <winerror.h>
  10. #include <rpc.h>
  11. #include <stdarg.h>
  12. #include <fcntl.h>
  13. #include <string.h>
  14. #include <ctype.h>
  15. #include <sspi.h>
  16. #include <ntlmsp.h>
  17. //#include <crypt.h>
  18. //#include <ntlmsspi.h>
  19. #include <msnssp.h>
  20. #include <wininet.h>
  21. #include <spluginx.hxx>
  22. #include "htuu.h"
  23. #include "sspspm.h"
  24. #include "winctxt.h"
  25. extern SspData *g_pSspData;
  26. extern BOOL g_fIsWhistler;
  27. LPVOID SSPI_InitGlobals(void);
  28. #endif // _MSNSPMH_H_