Skip to content

Commit 6f3c985

Browse files
authored
Fix invalid field type of TTTOOLINFOW (#871)
1 parent 8017686 commit 6f3c985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/um/commctrl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ STRUCT!{struct TTTOOLINFOW {
14901490
uId: UINT_PTR,
14911491
rect: RECT,
14921492
hinst: HINSTANCE,
1493-
lpszText: LPSTR,
1493+
lpszText: LPWSTR,
14941494
lParam: LPARAM,
14951495
lpReserved: *mut c_void,
14961496
}}

0 commit comments

Comments
 (0)