winamp/Src/Plugins/General/gen_hotkeys/Configdlg.h

9 lines
186 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef __CONFIG_DIALOG_H__
#define __CONFIG_DIALOG_H__
#include <windows.h>
#include "resource.h"
BOOL CALLBACK ConfigProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam);
#endif