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 <[email protected]> Date: Thu Jan 4 12:15:17 2018 +0100 include: Add RtlCompareMemory declaration to winnt.h. Signed-off-by: Stefan Leichter <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> --- 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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
