From cb511b2098ad3eca2fe0771a205e40f72a6bd14d Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 12 Nov 2014 20:32:53 +0000 Subject: WATrack_MPD: -Fixed memory allocation -Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@10973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_music.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_music.h b/plugins/ExternalAPI/m_music.h index 24aacf22a9..793f16130a 100644 --- a/plugins/ExternalAPI/m_music.h +++ b/plugins/ExternalAPI/m_music.h @@ -298,7 +298,7 @@ typedef struct tMusicFormat { typedef int (__cdecl *LPINITPROC) (); typedef int (__cdecl *LPDEINITPROC) (); typedef int (__cdecl *LPSTATUSPROC) (HWND wnd); -typedef WCHAR (__cdecl *LPNAMEPROC) (HWND wnd, int flags); +typedef WCHAR*(__cdecl *LPNAMEPROC) (HWND wnd, int flags); typedef HWND (__cdecl *LPCHECKPROC) (HWND wnd,int flags); typedef int (__cdecl *LPINFOPROC) (LPSONGINFO Info, int flags); typedef int (__cdecl *LPCOMMANDPROC)(HWND wnd, int command, int value); -- cgit v1.2.3