diff options
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_music.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|