Add a few more types for Windows

This commit is contained in:
Pierre Schweitzer 2014-06-14 17:11:28 +02:00
parent 8f0b57861c
commit cd69b000c4
1 changed files with 10 additions and 0 deletions

View File

@ -308,6 +308,7 @@
<function name="fwscanf_s"> <noreturn>false</noreturn> <formatstr scan="true" secure="true"/> <arg nr="2"><formatstr/><not-uninit/><not-null/></arg> </function>
<function name="swscanf_s"> <noreturn>false</noreturn> <formatstr scan="true" secure="true"/> <arg nr="2"><formatstr/><not-uninit/><not-null/></arg> </function>
<podtype name="ACCESS_MASK" sign="u" size="4"/>
<podtype name="ATOM" sign="u" size="2"/>
<podtype name="BOOL" sign="s" size="4"/>
<podtype name="BOOLEAN" sign="u" size="1"/>
@ -320,8 +321,15 @@
<podtype name="DWORD_PTR" sign="u"/>
<podtype name="DWORD32" sign="u" size="4"/>
<podtype name="DWORD64" sign="u" size="8"/>
<podtype name="HAGENT" sign="u" size="4"/>
<podtype name="HAGENTSESSION" sign="u" size="4"/>
<podtype name="HALF_PTR" sign="s"/>
<podtype name="HCALL" sign="u" size="4"/>
<podtype name="HFILE" sign="s" size="4"/>
<podtype name="HLINE" sign="u" size="4"/>
<podtype name="HLINEAPP" sign="u" size="4"/>
<podtype name="HPHONE" sign="u" size="4"/>
<podtype name="HPHONEAPP" sign="u" size="4"/>
<podtype name="HRESULT" sign="s" size="4"/>
<podtype name="INT" sign="s" size="4"/>
<podtype name="INT_PTR" sign="s"/>
@ -341,6 +349,8 @@
<podtype name="LONG64" sign="s" size="8"/>
<podtype name="LPARAM" sign="s"/>
<podtype name="LRESULT" sign="s"/>
<podtype name="NET_API_STATUS" sign="u" size="4"/>
<podtype name="NTSTATUS" sign="s" size="4"/>
<podtype name="POINTER_SIGNED" sign="s"/>
<podtype name="POINTER_UNSIGNED" sign="u"/>
<podtype name="QWORD" sign="u" size="8"/>