mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +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:
parent
e2d8cf2570
commit
6ea3626acc
2 changed files with 0 additions and 13 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue