Merge pull request #340 from HeisSpiter/master
Add a few more types for Windows
This commit is contained in:
commit
c24a6e190b
|
@ -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="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>
|
<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="ATOM" sign="u" size="2"/>
|
||||||
<podtype name="BOOL" sign="s" size="4"/>
|
<podtype name="BOOL" sign="s" size="4"/>
|
||||||
<podtype name="BOOLEAN" sign="u" size="1"/>
|
<podtype name="BOOLEAN" sign="u" size="1"/>
|
||||||
|
@ -320,8 +321,15 @@
|
||||||
<podtype name="DWORD_PTR" sign="u"/>
|
<podtype name="DWORD_PTR" sign="u"/>
|
||||||
<podtype name="DWORD32" sign="u" size="4"/>
|
<podtype name="DWORD32" sign="u" size="4"/>
|
||||||
<podtype name="DWORD64" sign="u" size="8"/>
|
<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="HALF_PTR" sign="s"/>
|
||||||
|
<podtype name="HCALL" sign="u" size="4"/>
|
||||||
<podtype name="HFILE" sign="s" 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="HRESULT" sign="s" size="4"/>
|
||||||
<podtype name="INT" sign="s" size="4"/>
|
<podtype name="INT" sign="s" size="4"/>
|
||||||
<podtype name="INT_PTR" sign="s"/>
|
<podtype name="INT_PTR" sign="s"/>
|
||||||
|
@ -341,6 +349,8 @@
|
||||||
<podtype name="LONG64" sign="s" size="8"/>
|
<podtype name="LONG64" sign="s" size="8"/>
|
||||||
<podtype name="LPARAM" sign="s"/>
|
<podtype name="LPARAM" sign="s"/>
|
||||||
<podtype name="LRESULT" 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_SIGNED" sign="s"/>
|
||||||
<podtype name="POINTER_UNSIGNED" sign="u"/>
|
<podtype name="POINTER_UNSIGNED" sign="u"/>
|
||||||
<podtype name="QWORD" sign="u" size="8"/>
|
<podtype name="QWORD" sign="u" size="8"/>
|
||||||
|
|
Loading…
Reference in New Issue