cryptui: Fix a compiler warning.

Dmitry Timoshkov dmitry at codeweavers.com
Mon Jan 12 09:43:20 CST 2009


---
 dlls/cryptui/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c
index a5fb580..e9cd0f1 100644
--- a/dlls/cryptui/main.c
+++ b/dlls/cryptui/main.c
@@ -3275,7 +3275,7 @@ static void show_cert_usages(HWND hwnd, struct edit_cert_data *data)
     DWORD size;
     RECT rc;
     LVCOLUMNW column;
-    PurposeSelection purposeSelection;
+    PurposeSelection purposeSelection = PurposeDisableAll;
 
     GetWindowRect(lv, &rc);
     column.mask = LVCF_WIDTH;
-- 
1.6.1




More information about the wine-patches mailing list