mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
21 lines
352 B
C
21 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 */
|