diff --git a/extra/windows/types/types.factor b/extra/windows/types/types.factor index 6702dd6e79..7be8d98e61 100644 --- a/extra/windows/types/types.factor +++ b/extra/windows/types/types.factor @@ -333,4 +333,8 @@ C-STRUCT: LVFINDINFO { "POINT" "pt" } { "uint" "vkDirection" } ; - +C-STRUCT: ACCEL + { "BYTE" "fVirt" } + { "WORD" "key" } + { "WORD" "cmd" } ; +TYPEDEF: ACCEL* LPACCEL