mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
add missing file.
svn path=/branches/cmake-bringup/; revision=49672
This commit is contained in:
parent
580f370be3
commit
531c9e5eee
1 changed files with 12 additions and 0 deletions
12
dll/directx/quartz/stubs.c
Normal file
12
dll/directx/quartz/stubs.c
Normal 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;
|
||||
};
|
Loading…
Reference in a new issue