Configdlg.h 186 B

123456789
  1. #ifndef __CONFIG_DIALOG_H__
  2. #define __CONFIG_DIALOG_H__
  3. #include <windows.h>
  4. #include "resource.h"
  5. BOOL CALLBACK ConfigProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam);
  6. #endif