advpack: Remove duplicate function declaration.
This commit is contained in:
parent
c4f4c2ff84
commit
062424b68a
|
@ -26,6 +26,5 @@ LPWSTR get_parameter(LPWSTR *params, WCHAR separator);
|
|||
void set_ldids(HINF hInf, LPCWSTR pszInstallSection, LPCWSTR pszWorkingDir);
|
||||
|
||||
HRESULT launch_exe(LPCWSTR cmd, LPCWSTR dir, HANDLE *phEXE);
|
||||
HRESULT do_ocx_reg(HMODULE hocx, BOOL do_reg);
|
||||
|
||||
#endif /* __ADVPACK_PRIVATE_H */
|
||||
|
|
Loading…
Reference in New Issue