cryptui: Fix a compiler warning on PC-BSD.

This commit is contained in:
Austin English 2009-03-27 17:13:48 -05:00 committed by Alexandre Julliard
parent 5599912e27
commit f52c7e2ad0
1 changed files with 1 additions and 1 deletions

View File

@ -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;