Andrew Nguyen : mapi32/tests: Fix prototype of FBinFromHex function pointer .

Alexandre Julliard julliard at winehq.org
Mon Feb 1 08:56:00 CST 2010


Module: wine
Branch: master
Commit: 491201a8714fc1d03a945642aa9752d520885343
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=491201a8714fc1d03a945642aa9752d520885343

Author: Andrew Nguyen <arethusa26 at gmail.com>
Date:   Sat Jan 30 18:58:33 2010 -0600

mapi32/tests: Fix prototype of FBinFromHex function pointer.

---

 dlls/mapi32/tests/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mapi32/tests/util.c b/dlls/mapi32/tests/util.c
index 7450efe..c116b1f 100644
--- a/dlls/mapi32/tests/util.c
+++ b/dlls/mapi32/tests/util.c
@@ -34,7 +34,7 @@ static SCODE (WINAPI *pScInitMapiUtil)(ULONG);
 static void  (WINAPI *pSwapPword)(PUSHORT,ULONG);
 static void  (WINAPI *pSwapPlong)(PULONG,ULONG);
 static void  (WINAPI *pHexFromBin)(LPBYTE,int,LPWSTR);
-static void  (WINAPI *pFBinFromHex)(LPWSTR,LPBYTE);
+static BOOL  (WINAPI *pFBinFromHex)(LPWSTR,LPBYTE);
 static UINT  (WINAPI *pUFromSz)(LPCSTR);
 static ULONG (WINAPI *pUlFromSzHex)(LPCSTR);
 static ULONG (WINAPI *pCbOfEncoded)(LPCSTR);




More information about the wine-cvs mailing list