Commit 9bcd9a7e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 97619aff
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment