reactos/base/applications/cmdutils/certutil/precomp.h

21 lines
352 B
C
Raw Normal View History

#ifndef __CERTUTIL_PRECOMP_H
#define __CERTUTIL_PRECOMP_H
/* INCLUDES ******************************************************************/
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
2020-09-11 12:19:06 +00:00
#include <strsafe.h>
#include <conutils.h>
2020-09-11 12:19:06 +00:00
BOOL hash_file(LPCWSTR Filename);
BOOL asn_dump(LPCWSTR Filename);
#endif /* __CERTUTIL_PRECOMP_H */