Fixed #7766 by ignoring WINAPI in windows.cfg.

This commit is contained in:
orbitcowboy 2016-10-20 13:23:15 +02:00
parent a85eacc157
commit 1ab8628f1c
1 changed files with 2 additions and 0 deletions

View File

@ -2668,4 +2668,6 @@ HFONT CreateFont(
<not-bool/> <not-bool/>
</arg> </arg>
</function> </function>
<!-- Ignore WINAPI (#7766)-->
<define name="WINAPI" value=""/>
</def> </def>