Changeset 7456 for trunk/include


Ignore:
Timestamp:
Nov 26, 2001, 3:52:46 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/HandleManager.h

    r6938 r7456  
    267267                                     LPDWORD lpBytesReturned,
    268268                                     LPOVERLAPPED lpOverlapped);
     269
     270BOOL   HMCancelIo                   (HANDLE hDevice);
    269271
    270272BOOL   HMFlushFileBuffers           (HANDLE                     hObject);
  • trunk/include/win/winbase.h

    r7317 r7456  
    17881788ATOM        WINAPI AddAtomW(LPCWSTR);
    17891789#define     AddAtom WINELIB_NAME_AW(AddAtom)
     1790BOOL      WINAPI CancelIo(HANDLE hFile);
    17901791UINT      WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD);
    17911792UINT      WINAPI CompareStringW(DWORD,DWORD,LPCWSTR,DWORD,LPCWSTR,DWORD);
Note: See TracChangeset for help on using the changeset viewer.