windows.cfg: reordering of podtypes and defines
This commit is contained in:
parent
211d8c6020
commit
5fb59a8063
|
@ -1949,17 +1949,6 @@ HFONT CreateFont(
|
|||
</arg>
|
||||
<arg nr="14"/>
|
||||
</function>
|
||||
<podtype name="LARGE_INTEGER" sign="s" size="8"/>
|
||||
<podtype name="POINTER_SIGNED" sign="s"/>
|
||||
<podtype name="POINTER_UNSIGNED" sign="u"/>
|
||||
<podtype name="ULARGE_INTEGER" sign="u" size="8"/>
|
||||
<define name="INVALID_HANDLE_VALUE" value="0"/>
|
||||
<define name="afx_msg" value=""/>
|
||||
<define name="DEBUG_NEW" value="new"/>
|
||||
<define name="DECLARE_MESSAGE_MAP()" value=""/>
|
||||
<define name="DECLARE_DYNAMIC(x)" value=""/>
|
||||
<define name="DECLARE_DYNAMIC_CLASS(x)" value=""/>
|
||||
<define name="DECLARE_DYNCREATE(x)" value=""/>
|
||||
<function name="CaptureStackBackTrace">
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
|
@ -2863,8 +2852,6 @@ HFONT CreateFont(
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- Ignore WINAPI -->
|
||||
<define name="WINAPI" value=""/>
|
||||
<!-- HANDLE WINAPI CreateWaitableTimer(
|
||||
_In_opt_ LPSECURITY_ATTRIBUTES lpTimerAttributes,
|
||||
_In_ BOOL bManualReset,
|
||||
|
@ -3570,4 +3557,16 @@ HFONT CreateFont(
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<podtype name="LARGE_INTEGER" sign="s" size="8"/>
|
||||
<podtype name="POINTER_SIGNED" sign="s"/>
|
||||
<podtype name="POINTER_UNSIGNED" sign="u"/>
|
||||
<podtype name="ULARGE_INTEGER" sign="u" size="8"/>
|
||||
<define name="afx_msg" value=""/>
|
||||
<define name="DEBUG_NEW" value="new"/>
|
||||
<define name="DECLARE_MESSAGE_MAP()" value=""/>
|
||||
<define name="DECLARE_DYNAMIC(x)" value=""/>
|
||||
<define name="DECLARE_DYNAMIC_CLASS(x)" value=""/>
|
||||
<define name="DECLARE_DYNCREATE(x)" value=""/>
|
||||
<define name="INVALID_HANDLE_VALUE" value="0"/>
|
||||
<define name="WINAPI" value=""/>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue