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
29 lines
702 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: makecat.h
|
|
//
|
|
// Contents: Microsoft Internet Security Catalog utility
|
|
//
|
|
// History: 06-May-1997 pberkman created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef MAKECAT_H
|
|
#define MAKECAT_H
|
|
|
|
extern BOOL fVerbose;
|
|
extern BOOL fFailAllErrors;
|
|
extern BOOL fMoveAllCerts;
|
|
extern BOOL fTesting;
|
|
extern DWORD dwExpectedError;
|
|
|
|
|
|
extern WCHAR *pwszCDFFile;
|
|
|
|
extern PrintfU_ *pPrint;
|
|
|
|
#endif // MAKECAT_H
|