Alistair Leslie-Hughes : include: Add GetFilePatchSignature definition.

Alexandre Julliard julliard at winehq.org
Mon Dec 17 15:36:38 CST 2018


Module: wine
Branch: master
Commit: 5b9eefd91f89dcf84a1dd92d98dc5ae97b83c334
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5b9eefd91f89dcf84a1dd92d98dc5ae97b83c334

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Sun Dec 16 21:57:30 2018 +0000

include: Add GetFilePatchSignature definition.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list