mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMAKE]
Get rid of the stubs file for quartz, it was a mistake. svn path=/branches/cmake-bringup/; revision=49855
This commit is contained in:
@@ -39,7 +39,6 @@ add_library(quartz SHARED
|
||||
enummedia.c
|
||||
control.c
|
||||
avisplit.c
|
||||
stubs.c
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/quartz.def)
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user