advpack: LaunchINFSectionExA is no longer a stub.
This commit is contained in:
parent
0ee6f59cc0
commit
49a29a1878
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue