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