winamp/Src/Plugins/General/gen_hotkeys/Configdlg.h
2024-09-29 02:04:03 +00:00

9 lines
No EOL
183 B
C

#ifndef __CONFIG_DIALOG_H__
#define __CONFIG_DIALOG_H__
#include <arch.h>
#include "resource.h"
BOOL CALLBACK ConfigProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam);
#endif