cryptui: fix a compiler warning on PC-BSD (resend)

Austin English austinenglish at gmail.com
Fri Mar 27 17:13:48 CDT 2009


Okay'ed by Juan.

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c
index ddbea8e..f29f1e6 100644
--- a/dlls/cryptui/main.c
+++ b/dlls/cryptui/main.c
@@ -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;


More information about the wine-patches mailing list