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

Alexandre Julliard julliard at winehq.org
Mon Nov 9 15:14:14 CST 2009


Module: wine
Branch: master
Commit: 9bcd9a7eb2151af721cc5a716cd2c1f5aebcc633
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9bcd9a7eb2151af721cc5a716cd2c1f5aebcc633

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Nov  8 10:53:06 2009 +0100

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

---

 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];




More information about the wine-cvs mailing list