blob: a6fc772aa5787914c17039ed900db48ee319623b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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
|