windows.cfg: Added INVALID_HANDLE_VALUE define

This commit is contained in:
Daniel Marjamäki 2015-01-31 11:03:49 +01:00
parent 5ee6e082e8
commit 7e50d7a1d0
1 changed files with 1 additions and 0 deletions

View File

@ -1448,4 +1448,5 @@
<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"/>
</def>