Add windows.cfg library file

This commit is contained in:
Daniel Marjamäki 2013-12-29 19:23:34 +01:00
parent 9698387d3a
commit c56a432e2d
1 changed files with 12 additions and 0 deletions

12
cfg/windows.cfg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<def>
<resource>
<alloc>CreatePen</alloc>
<dealloc>DestroyObject</dealloc>
</resource>
<function name="ZeroMemory">
<noreturn>false</noreturn>
</function>
</def>