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