Commit 7de04506 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added missing proto for GetExitCodeThread.

parent 759e607c
...@@ -1216,7 +1216,7 @@ void WINAPI RaiseException(DWORD,DWORD,DWORD,const LPDWORD); ...@@ -1216,7 +1216,7 @@ void WINAPI RaiseException(DWORD,DWORD,DWORD,const LPDWORD);
BOOL WINAPI SetProcessWorkingSetSize(HANDLE,DWORD,DWORD); BOOL WINAPI SetProcessWorkingSetSize(HANDLE,DWORD,DWORD);
BOOL WINAPI TerminateProcess(HANDLE,DWORD); BOOL WINAPI TerminateProcess(HANDLE,DWORD);
BOOL WINAPI TerminateThread(HANDLE,DWORD); BOOL WINAPI TerminateThread(HANDLE,DWORD);
BOOL WINAPI GetExitCodeThread(HANDLE,LPDWORD);
/* GetBinaryType return values. /* GetBinaryType return values.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment