cryptui: Remove WINAPI on the cert_mgr_sort_by_text() static function that does not need it.

Francois Gouget fgouget at free.fr
Sun Nov 8 03:53:06 CST 2009


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

diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c
index 117257e..aefae3e 100644
--- a/dlls/cryptui/main.c
+++ b/dlls/cryptui/main.c
@@ -1070,8 +1070,7 @@ static void cert_mgr_do_export(HWND hwnd)
     }
 }
 
-static int CALLBACK cert_mgr_sort_by_text(HWND lv, int col, int index1,
- int index2)
+static int cert_mgr_sort_by_text(HWND lv, int col, int index1, int index2)
 {
     LVITEMW item;
     WCHAR buf1[MAX_STRING_LEN];
-- 
1.6.3.3




More information about the wine-patches mailing list