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.

64 lines
690 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file.
  7. Author:
  8. Keith Moore (keithmo) 02-Dec-1996
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_HXX_
  12. #define _PRECOMP_HXX_
  13. //
  14. // System include files.
  15. //
  16. #include <windows.h>
  17. #include <wincrypt.h>
  18. #include <stdio.h>
  19. #include <stdlib.h>
  20. #include <string.h>
  21. //
  22. // Project include files.
  23. //
  24. #include <dbgutil.h>
  25. #include <iiscrypt.h>
  26. #include <icrypt.hxx>
  27. //
  28. // Local prototypes.
  29. //
  30. extern "C" {
  31. INT
  32. __cdecl
  33. main(
  34. INT argc,
  35. CHAR * argv[]
  36. );
  37. } // extern "C"
  38. #endif // _PRECOMP_HXX_