James Hawkins : advpack: LaunchINFSectionExA is no longer a stub.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 20 08:46:06 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 49a29a1878829fb8c94639c8cfa86f2902d7131a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=49a29a1878829fb8c94639c8cfa86f2902d7131a

Author: James Hawkins <truiken at gmail.com>
Date:   Thu Apr 20 01:35:40 2006 -0500

advpack: LaunchINFSectionExA is no longer a stub.

---

 dlls/advpack/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/advpack/install.c b/dlls/advpack/install.c
index eeffa9e..517529f 100644
--- a/dlls/advpack/install.c
+++ b/dlls/advpack/install.c
@@ -379,7 +379,7 @@ HRESULT WINAPI LaunchINFSectionExA(HWND 
     UNICODE_STRING cmd;
     HRESULT hr;
 
-    TRACE("(%p, %p, %s, %i): stub\n", hWnd, hInst, debugstr_a(cmdline), show);
+    TRACE("(%p, %p, %s, %i)\n", hWnd, hInst, debugstr_a(cmdline), show);
 
     RtlCreateUnicodeStringFromAsciiz(&cmd, cmdline);
 




More information about the wine-cvs mailing list