From dc6f327a8d08a072c121d396a4e573335597cf9f Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Sun, 19 Sep 1999 12:11:02 +0000 Subject: [PATCH] Bugfix: Declare CALL32_CBClient[Ex] without WINAPI. --- if1632/thunk.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/if1632/thunk.c b/if1632/thunk.c index c6527c27d49..d83ac24acdf 100644 --- a/if1632/thunk.c +++ b/if1632/thunk.c @@ -1327,7 +1327,7 @@ void WINAPI CBClientGlueSL( CONTEXT86 *context ) /*********************************************************************** * CBClientThunkSL (KERNEL.620) */ -extern DWORD WINAPI CALL32_CBClient( FARPROC proc, LPWORD args, DWORD *esi ); +extern DWORD CALL32_CBClient( FARPROC proc, LPWORD args, DWORD *esi ); void WINAPI CBClientThunkSL( CONTEXT86 *context ) { /* Call 32-bit relay code */ @@ -1341,8 +1341,7 @@ void WINAPI CBClientThunkSL( CONTEXT86 *context ) /*********************************************************************** * CBClientThunkSLEx (KERNEL.621) */ -extern DWORD WINAPI CALL32_CBClientEx( FARPROC proc, LPWORD args, - DWORD *esi, INT *nArgs ); +extern DWORD CALL32_CBClientEx( FARPROC proc, LPWORD args, DWORD *esi, INT *nArgs ); void WINAPI CBClientThunkSLEx( CONTEXT86 *context ) { /* Call 32-bit relay code */