Akihiro Sagawa : include: Add definition of GetProcessIdOfThread.

Alexandre Julliard julliard at winehq.org
Wed Jul 27 10:30:58 CDT 2016


Module: wine
Branch: master
Commit: 719d86b70e593bedc300fd350fedea2587624e66
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=719d86b70e593bedc300fd350fedea2587624e66

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Wed Jul 27 00:47:45 2016 +0900

include: Add definition of GetProcessIdOfThread.

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winbase.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winbase.h b/include/winbase.h
index c5332c0..5d8b1ff 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -2085,6 +2085,7 @@ WINBASEAPI BOOL        WINAPI GetLogicalProcessorInformation(PSYSTEM_LOGICAL_PRO
 WINBASEAPI BOOL        WINAPI GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP,PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX,PDWORD);
 WINBASEAPI DWORD       WINAPI GetProcessHeaps(DWORD,PHANDLE);
 WINBASEAPI DWORD       WINAPI GetProcessId(HANDLE);
+WINBASEAPI DWORD       WINAPI GetProcessIdOfThread(HANDLE);
 WINBASEAPI BOOL        WINAPI GetProcessIoCounters(HANDLE,PIO_COUNTERS);
 WINBASEAPI BOOL        WINAPI GetProcessPriorityBoost(HANDLE,PBOOL);
 WINBASEAPI BOOL        WINAPI GetProcessShutdownParameters(LPDWORD,LPDWORD);




More information about the wine-cvs mailing list