sxs: Implement a stub CreateAssemblyCache to make Publish or Perish install.

This commit is contained in:
Kai Blin 2009-04-19 23:55:14 +02:00 committed by Alexandre Julliard
parent 0b4499cdcd
commit 16a0528174
2 changed files with 9 additions and 1 deletions

View File

@ -22,7 +22,9 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(sxs);
/***********************************************************************
* DllMain (SXS.@)
@ -40,3 +42,9 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
}
return TRUE;
}
HRESULT WINAPI CreateAssemblyCache(DWORD unimplemented, DWORD dwReserved)
{
FIXME("%u %u stub\n", unimplemented, dwReserved);
return E_NOTIMPL;
}

View File

@ -1,2 +1,2 @@
@ stub CreateAssemblyCache
@ stdcall CreateAssemblyCache(long long)
@ stub CreateAssemblyNameObject