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

9 lines
183 B
C
Raw Normal View History

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