Skip to content

Commit

Permalink
Fix invalid field type of TTTOOLINFOW (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSxDOS authored May 14, 2020
1 parent 8017686 commit 6f3c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/um/commctrl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ STRUCT!{struct TTTOOLINFOW {
uId: UINT_PTR,
rect: RECT,
hinst: HINSTANCE,
lpszText: LPSTR,
lpszText: LPWSTR,
lParam: LPARAM,
lpReserved: *mut c_void,
}}
Expand Down

0 comments on commit 6f3c985

Please sign in to comment.