sync cryptui with wine 1.1.20

svn path=/trunk/; revision=40718
This commit is contained in:
Christoph von Wittich
2009-04-28 19:48:23 +00:00
parent 50a2c6cb69
commit 4aaad1b63f
+1 -1
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;