Commit f52c7e2a authored by Austin English's avatar Austin English Committed by Alexandre Julliard

cryptui: Fix a compiler warning on PC-BSD.

parent 5599912e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment