mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 10:39:07 +00:00
20 lines
352 B
C
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 */
|