Commit 49a29a18 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: LaunchINFSectionExA is no longer a stub.

parent 0ee6f59c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment