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.

29 lines
702 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: makecat.h
  8. //
  9. // Contents: Microsoft Internet Security Catalog utility
  10. //
  11. // History: 06-May-1997 pberkman created
  12. //
  13. //--------------------------------------------------------------------------
  14. #ifndef MAKECAT_H
  15. #define MAKECAT_H
  16. extern BOOL fVerbose;
  17. extern BOOL fFailAllErrors;
  18. extern BOOL fMoveAllCerts;
  19. extern BOOL fTesting;
  20. extern DWORD dwExpectedError;
  21. extern WCHAR *pwszCDFFile;
  22. extern PrintfU_ *pPrint;
  23. #endif // MAKECAT_H