Skip to content

Commit 6df3ee4

Browse files
committed
remove duplcate
1 parent 9c058cb commit 6df3ee4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/helper.h

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,6 @@ typedef struct _ICON_INFORMATION
1414
LONG uwp_icon_id;
1515
} ICON_INFORMATION, *PICON_INFORMATION;
1616

17-
// CryptCATAdminAcquireContext2 (win8+)
18-
typedef BOOL (WINAPI *CCAAC2)(
19-
_Out_ PHANDLE hcat_admin,
20-
_In_opt_ LPCGUID pgSubsystem,
21-
_In_opt_ PCWSTR pwszHashAlgorithm,
22-
_In_opt_ PCCERT_STRONG_SIGN_PARA pStrongHashPolicy,
23-
_Reserved_ DWORD dwFlags
24-
);
25-
26-
// CryptCATAdminCalcHashFromFileHandle2 (win8+)
27-
typedef BOOL (WINAPI *CCAHFFH2)(
28-
_In_ HCATADMIN hCatAdmin,
29-
_In_ HANDLE hFile,
30-
_Inout_ DWORD *pcbHash,
31-
_Out_writes_bytes_to_opt_ (*pcbHash, *pcbHash) BYTE *pbHash,
32-
_Reserved_ DWORD dwFlags
33-
);
34-
3517
#define FMTADDR_AS_RULE 0x0001
3618
#define FMTADDR_USE_PROTOCOL 0x0002
3719

0 commit comments

Comments
 (0)