[pkg-wine-party] [wine] 51/98: include: Add RtlCompareMemory declaration to winnt.h.

Jens Reyer jreyer-guest at moszumanska.debian.org
Thu Jan 18 21:11:00 UTC 2018


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit 3b4c6e6d99805e9494646e1410be0236caa457d1
Author: Stefan Leichter <sle85276 at gmx.de>
Date:   Thu Jan 4 12:15:17 2018 +0100

    include: Add RtlCompareMemory declaration to winnt.h.
    
    Signed-off-by: Stefan Leichter <sle85276 at gmx.de>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
---
 include/winnt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/winnt.h b/include/winnt.h
index a2c14cd..1fb09b3 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -5501,7 +5501,7 @@ typedef enum _CM_ERROR_CONTROL_TYPE
   CriticalError = SERVICE_ERROR_CRITICAL
 } SERVICE_ERROR_TYPE;
 
-
+NTSYSAPI SIZE_T WINAPI RtlCompareMemory(const VOID*, const VOID*, SIZE_T);
 
 #define RtlEqualMemory(Destination, Source, Length) (!memcmp((Destination),(Source),(Length)))
 #define RtlMoveMemory(Destination, Source, Length) memmove((Destination),(Source),(Length))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list