mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
cryptui: Fix a compiler warning on PC-BSD.
This commit is contained in:
parent
5599912e27
commit
f52c7e2ad0
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