Ignore:
Timestamp:
Nov 10, 2001, 1:46:56 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r7259 r7317  
    178178UINT    WIN32API GetDriveTypeA(LPCSTR);
    179179
     180BOOL    WIN32API SetProcessAffinityMask( HANDLE hProcess, DWORD affmask );
     181BOOL    WIN32API GetProcessAffinityMask(HANDLE  hProcess,
     182                                        LPDWORD lpProcessAffinityMask,
     183                                        LPDWORD lpSystemAffinityMask);
     184
    180185#endif
Note: See TracChangeset for help on using the changeset viewer.