[PATCH] include: Add GetFilePatchSignature definition

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sun Dec 16 15:57:30 CST 2018


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 include/patchapi.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/patchapi.h b/include/patchapi.h
index 9a62a0f..5adaf0a 100644
--- a/include/patchapi.h
+++ b/include/patchapi.h
@@ -45,6 +45,12 @@ BOOL WINAPI ApplyPatchToFileA(LPCSTR,LPCSTR,LPCSTR,ULONG);
 BOOL WINAPI ApplyPatchToFileW(LPCWSTR,LPCWSTR,LPCWSTR,ULONG);
 #define     ApplyPatchToFile WINELIB_NAME_AW(ApplyPatchToFile)
 
+BOOL WINAPI GetFilePatchSignatureA(LPCSTR, ULONG, PVOID, ULONG, PPATCH_IGNORE_RANGE, ULONG,
+                                   PPATCH_RETAIN_RANGE, ULONG, LPSTR);
+BOOL WINAPI GetFilePatchSignatureW(LPCWSTR, ULONG, PVOID, ULONG, PPATCH_IGNORE_RANGE, ULONG,
+                                   PPATCH_RETAIN_RANGE, ULONG, LPWSTR);
+#define     GetFilePatchSignature WINELIB_NAME_AW(GetFilePatchSignature)
+
 #ifdef __cplusplus
 }
 #endif
-- 
1.9.1




More information about the wine-devel mailing list