Reactos
1#ifndef __CERTUTIL_PRECOMP_H
2#define __CERTUTIL_PRECOMP_H
3
4/* INCLUDES ******************************************************************/
5
6#include <stdarg.h>
7
8#include <windef.h>
9#include <winbase.h>
10#include <strsafe.h>
11
12#include <conutils.h>
13
14
15BOOL hash_file(LPCWSTR Filename);
16BOOL asn_dump(LPCWSTR Filename);
17
18
19
20#endif /* __CERTUTIL_PRECOMP_H */