mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
sync cryptui with wine 1.1.20
svn path=/trunk/; revision=40718
This commit is contained in:
parent
50a2c6cb69
commit
4aaad1b63f
1 changed files with 1 additions and 1 deletions
|
@ -3337,7 +3337,7 @@ static void show_cert_usages(HWND hwnd, struct edit_cert_data *data)
|
|||
DWORD size;
|
||||
RECT rc;
|
||||
LVCOLUMNW column;
|
||||
PurposeSelection purposeSelection;
|
||||
PurposeSelection purposeSelection = PurposeEnableAll;
|
||||
|
||||
GetWindowRect(lv, &rc);
|
||||
column.mask = LVCF_WIDTH;
|
||||
|
|
Loading…
Reference in a new issue