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.

41 lines
607 B

  1. #ifndef _STDAFX_H_
  2. #define _STDAFX_H_
  3. #include <tchar.h>
  4. extern "C"
  5. {
  6. #include <nt.h>
  7. #include <ntrtl.h>
  8. #include <nturtl.h>
  9. #undef ASSERT
  10. }
  11. #include <afxwin.h>
  12. #include <afxext.h>
  13. #include <afxcoll.h>
  14. #include <afxcmn.h>
  15. extern "C"
  16. {
  17. #include <ntsam.h>
  18. #include <lm.h>
  19. #include <lmerr.h>
  20. }
  21. //#include <dbgutil.h>
  22. //#include <assert.h>
  23. extern "C"
  24. {
  25. #include <md5.h>
  26. #include <rc4.h>
  27. #include <wincrypt.h>
  28. #define SECURITY_WIN32
  29. #include <sspi.h>
  30. #include <ntsecapi.h>
  31. #include <spseal.h>
  32. #include <schnlsp.h>
  33. }
  34. #endif
  35.