Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.

This commit is contained in:
Ulrich Weigand 1999-09-19 12:11:02 +00:00 committed by Alexandre Julliard
parent 233cb06fd0
commit dc6f327a8d
1 changed files with 2 additions and 3 deletions

View File

@ -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 */