fusion: CreateAssemblyNameObject is no longer a stub.

oldstable
Hans Leidekker 2012-04-30 09:33:58 +02:00 committed by Alexandre Julliard
parent c8ae37a9a9
commit 6032b47443
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ HRESULT WINAPI CreateAssemblyNameObject(LPASSEMBLYNAME *ppAssemblyNameObj,
IAssemblyNameImpl *name;
HRESULT hr;
TRACE("(%p, %s, %08x, %p) stub!\n", ppAssemblyNameObj,
TRACE("(%p, %s, %08x, %p)\n", ppAssemblyNameObj,
debugstr_w(szAssemblyName), dwFlags, pvReserved);
if (!ppAssemblyNameObj)