mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 10:44:37 +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);
|