Alexandre Julliard : ole32/tests: Fix the HMETAFILE_UserSize prototype.
Module: wine Branch: master Commit: 05beb0daed66a8791f2871aec1e71205ff771c11 URL: http://source.winehq.org/git/wine.git/?a=commit;h=05beb0daed66a8791f2871aec1... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jul 3 13:57:21 2009 +0200 ole32/tests: Fix the HMETAFILE_UserSize prototype. --- dlls/ole32/tests/usrmarshal.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ole32/tests/usrmarshal.c b/dlls/ole32/tests/usrmarshal.c index fde0034..a655397 100644 --- a/dlls/ole32/tests/usrmarshal.c +++ b/dlls/ole32/tests/usrmarshal.c @@ -29,7 +29,7 @@ #include "wine/test.h" -ULONG __RPC_USER HMETAFILE_UserSize(ULONG *, unsigned long, HMETAFILE *); +ULONG __RPC_USER HMETAFILE_UserSize(ULONG *, ULONG, HMETAFILE *); unsigned char * __RPC_USER HMETAFILE_UserMarshal(ULONG *, unsigned char *, HMETAFILE *); unsigned char * __RPC_USER HMETAFILE_UserUnmarshal(ULONG *, unsigned char *, HMETAFILE *); void __RPC_USER HMETAFILE_UserFree(ULONG *, HMETAFILE *);
participants (1)
-
Alexandre Julliard