advpack: Remove duplicate function declaration.

This commit is contained in:
Andrew Talbot 2006-09-17 20:28:15 +01:00 committed by Alexandre Julliard
parent c4f4c2ff84
commit 062424b68a
1 changed files with 0 additions and 1 deletions

View File

@ -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 */