Ignore:
Timestamp:
Jun 1, 2000, 1:56:35 PM (25 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winbase.h

    r3640 r3643  
    1 /* $Id: winbase.h,v 1.12 2000-06-01 11:26:15 sandervl Exp $ */
     1/* $Id: winbase.h,v 1.13 2000-06-01 11:56:35 sandervl Exp $ */
    22
    33#ifndef __WINE_WINBASE_H
     
    636636} OVERLAPPED, *LPOVERLAPPED;
    637637
    638 typedef VOID (WINAPI *LPOVERLAPPED_COMPLETION_ROUTINE)(DWORD dwErrorCode,
    639                                                        DWORD dwNumberOfBytesTransfered,
    640                                                        LPOVERLAPPED lpOverlapped);
     638typedef VOID (* WINAPI LPOVERLAPPED_COMPLETION_ROUTINE)(DWORD dwErrorCode,
     639                                                        DWORD dwNumberOfBytesTransfered,
     640                                                        LPOVERLAPPED lpOverlapped);
    641641
    642642// LockFileEx flags
Note: See TracChangeset for help on using the changeset viewer.