blob: fb4a27210d7e76a5ce03d6170ab8128242764465 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _CONF_COMP_DIALOG_INC
#define _CONF_COMP_DIALOG_INC
#include "options.h"
BOOL CALLBACK DlgProcConfirmComponents(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
#endif
|