From c531656b4ba8efe76501cfe5efe98059c01aaa49 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 21 Jul 2014 11:21:43 +0000 Subject: fixed working in x64 git-svn-id: http://svn.miranda-ng.org/main/trunk@9900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/xsn_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index 59d2ed60fd..6c18a921d7 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -11,7 +11,7 @@ There is no warranty. HINSTANCE hInst; int hLangpack; -LIST XSN_Users(10, HandleKeySortT); +LIST XSN_Users(10, NumericKeySortT); HGENMENU hChangeSound = NULL; HANDLE hChangeSoundDlgList = NULL; BYTE isIgnoreSound = 0, isOwnSound = 0; -- cgit v1.2.3