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.

28 lines
558 B

  1. #undef UNICODE // ## Not Yet
  2. #include <windows.h>
  3. #include <windef.h>
  4. #include <wincrypt.h>
  5. #include <cspdk.h>
  6. #include <malloc.h>
  7. #include <string.h>
  8. #include <time.h>
  9. #include <wtypes.h>
  10. #ifndef WIN95
  11. #include "assert.h"
  12. #endif
  13. #ifdef SECDBG // ITV Security
  14. #define NTAGDEBUG // Turn on internal debugging
  15. #else // SECDBG
  16. #ifndef ASSERT
  17. #define ASSERT(x) // default to base
  18. #endif
  19. #endif // SECDBG
  20. #include "scp.h"
  21. #include "rsa.h"
  22. #include "contman.h"
  23. #include "ntagimp1.h"
  24. #include "manage.h"
  25. #pragma hdrstop