9 lines
112 B
C
9 lines
112 B
C
#ifndef _ADVCFG_H
|
|
#define _ADVCFG_H
|
|
|
|
#pragma once
|
|
|
|
HRESULT HrDoAdvCfgDlg(HWND hwndParent);
|
|
|
|
#endif //!_ADVCFG_H
|