mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:03:25 +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
|
enummedia.c
|
||||||
control.c
|
control.c
|
||||||
avisplit.c
|
avisplit.c
|
||||||
stubs.c
|
|
||||||
version.rc
|
version.rc
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/quartz.def)
|
${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