mirror of
https://github.com/stasenso/SHA256.git
synced 2026-06-27 05:42:43 +03:00
Подготовка среды x64
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
; ===========================================
|
||||
; certidl.inc copyright MASM32 1998 - 2005
|
||||
; ===========================================
|
||||
|
||||
IFNDEF CERTIDL_INC
|
||||
CERTIDL_INC equ <1>
|
||||
|
||||
CertServerRequest PROTO :DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD
|
||||
MIDL_user_allocate PROTO :DWORD
|
||||
MIDL_user_free PROTO :DWORD
|
||||
|
||||
ELSE
|
||||
echo -----------------------------------------
|
||||
echo WARNING Duplicate include file certidl.inc
|
||||
echo -----------------------------------------
|
||||
ENDIF
|
||||
Reference in New Issue
Block a user