CVS: winex/include winbase.h,1.40,1.41
[email protected] 12 Sep 2007 12:22:17 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include winbase.h,1.40,1.41Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv8507/include Modified Files: winbase.h Log Message: - changed the MapProcessHandle() function to GetProcessId(). MapProcessHandle() is still available through krnl386.exe Index: winbase.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/winbase.h,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- winbase.h 31 Jul 2007 19:41:32 -0000 1.40 +++ winbase.h 12 Sep 2007 12:22:14 -0000 1.41 @@ -1343,6 +1343,7 @@ BOOL WINAPI GetNumberOfEventLogRecords(HANDLE,PDWORD); BOOL WINAPI GetOldestEventLogRecord(HANDLE,PDWORD); DWORD WINAPI GetPriorityClass(HANDLE); +DWORD WINAPI GetProcessId(HANDLE); BOOL WINAPI GetProcessTimes(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME,LPFILETIME); DWORD WINAPI GetProcessVersion(DWORD); BOOL WINAPI GetQueuedCompletionStatus(HANDLE,LPDWORD,PULONG_PTR,