mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
Add WORD and PADDR in types-windows
Add WORD and PADDR in types-windows
This commit is contained in:
parent
990620feea
commit
b386477deb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user