mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 17:45:16 +08:00
certutil\asn.cpp(224): warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data
16 lines
270 B
C
16 lines
270 B
C
#pragma once
|
|
|
|
/* 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);
|