mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
9 lines
186 B
C
9 lines
186 B
C
|
#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
|