reactos/base/applications/cmdutils/certutil/precomp.h
2025-03-24 18:00:06 +01:00

20 lines
352 B
C

#ifndef __CERTUTIL_PRECOMP_H
#define __CERTUTIL_PRECOMP_H
/* INCLUDES ******************************************************************/
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <strsafe.h>
#include <conutils.h>
BOOL hash_file(LPCWSTR Filename);
BOOL asn_dump(LPCWSTR Filename);
#endif /* __CERTUTIL_PRECOMP_H */