Get rid of the stubs file for quartz, it was a mistake.

svn path=/branches/cmake-bringup/; revision=49855
This commit is contained in:
Timo Kreuzer 2010-11-28 20:12:05 +00:00
parent e2d8cf2570
commit 6ea3626acc
2 changed files with 0 additions and 13 deletions

View file

@ -39,7 +39,6 @@ add_library(quartz SHARED
enummedia.c
control.c
avisplit.c
stubs.c
version.rc
${CMAKE_CURRENT_BINARY_DIR}/quartz.def)

View file

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