Async callback function must be stdcall.

oldstable
Alexandre Julliard 2005-02-03 10:43:41 +00:00
parent fe0f128d06
commit c6ec3a3203
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ BOOL WINAPI PeekNamedPipe( HANDLE hPipe, LPVOID lpvBuffer, DWORD cbBuffer,
/***********************************************************************
* SYNC_CompletePipeOverlapped (Internal)
*/
static void SYNC_CompletePipeOverlapped (LPOVERLAPPED overlapped, DWORD result)
static void CALLBACK SYNC_CompletePipeOverlapped (LPOVERLAPPED overlapped, DWORD result)
{
TRACE("for %p result %08lx\n",overlapped,result);
if(!overlapped)