Andrew Talbot : advpack: Remove duplicate function declaration.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Sep 20 05:33:49 CDT 2006


Module: wine
Branch: master
Commit: 062424b68acae94ab7b79afd316545d830bc22a4
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=062424b68acae94ab7b79afd316545d830bc22a4

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sun Sep 17 20:28:15 2006 +0100

advpack: Remove duplicate function declaration.

---

 dlls/advpack/advpack_private.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/advpack/advpack_private.h b/dlls/advpack/advpack_private.h
index 323bd29..3f81bba 100644
--- a/dlls/advpack/advpack_private.h
+++ b/dlls/advpack/advpack_private.h
@@ -26,6 +26,5 @@ LPWSTR get_parameter(LPWSTR *params, WCH
 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 */




More information about the wine-cvs mailing list