Add WORD and PADDR in types-windows

Add WORD and PADDR in types-windows
This commit is contained in:
Maijin 2016-10-17 14:36:05 +02:00 committed by GitHub
parent 990620feea
commit b386477deb

View File

@ -27,6 +27,10 @@ COLORREF=type
type.COLORREF=d
type.COLORREF.size=32
WORD=type
type.WORD=w
type.WORD.size=16
DWORD=type
type.DWORD=d
type.DWORD.size=32
@ -55,6 +59,10 @@ type.HACCEL=p
HALF_PTR=type
PADDR=type
type.PADDR=s
type.PADDR.size=32
HANDLE=type
type.HANDLE=p