mapi32/tests: Fix prototype of FBinFromHex function pointer.

This commit is contained in:
Andrew Nguyen 2010-01-30 18:58:33 -06:00 committed by Alexandre Julliard
parent 5ed70a69df
commit 491201a871
1 changed files with 1 additions and 1 deletions

View File

@ -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);