Skip to content

Commit a8a223d

Browse files
committed
windows.cfg: Added support for TerminateThread()
1 parent bf951ea commit a8a223d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

cfg/windows.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4964,6 +4964,18 @@ HFONT CreateFont(
49644964
<not-bool/>
49654965
</arg>
49664966
</function>
4967+
<!--BOOL TerminateThread(HANDLE hThread,DWORD dwExitCode);-->
4968+
<function name="TerminateThread">
4969+
<returnValue type="BOOL"/>
4970+
<noreturn>false</noreturn>
4971+
<arg nr="1" direction="inout">
4972+
<not-uninit/>
4973+
<not-bool/>
4974+
</arg>
4975+
<arg nr="2" direction="in">
4976+
<not-uninit/>
4977+
</arg>
4978+
</function>
49674979
<!--HANDLE WINAPI CreateMutex(
49684980
_In_opt_ LPSECURITY_ATTRIBUTES lpMutexAttributes,
49694981
_In_ BOOL bInitialOwner,

0 commit comments

Comments
 (0)