add missing file.

svn path=/branches/cmake-bringup/; revision=49672
This commit is contained in:
Timo Kreuzer 2010-11-20 18:04:06 +00:00
parent 580f370be3
commit 531c9e5eee

View file

@ -0,0 +1,12 @@
typedef void* ProxyFileInfo;
typedef void* CLSID;
#define RPC_ENTRY
void
RPC_ENTRY
GetProxyDllInfo(const ProxyFileInfo *** pInfo, const CLSID ** pId)
{
*pInfo = 0;
*pId = 0;
};