advpack: LaunchINFSectionExA is no longer a stub.

oldstable
James Hawkins 2006-04-20 01:35:40 -05:00 committed by Alexandre Julliard
parent 0ee6f59cc0
commit 49a29a1878
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ HRESULT WINAPI LaunchINFSectionExA(HWND hWnd, HINSTANCE hInst, LPSTR cmdline, IN
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);