Author: tkreuzer
Date: Sat Nov 20 18:04:06 2010
New Revision: 49672
URL:
http://svn.reactos.org/svn/reactos?rev=49672&view=rev
Log:
add missing file.
Added:
branches/cmake-bringup/dll/directx/quartz/stubs.c (with props)
Added: branches/cmake-bringup/dll/directx/quartz/stubs.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/directx/quart…
==============================================================================
--- branches/cmake-bringup/dll/directx/quartz/stubs.c (added)
+++ branches/cmake-bringup/dll/directx/quartz/stubs.c [iso-8859-1] Sat Nov 20 18:04:06
2010
@@ -1,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;
+};
Propchange: branches/cmake-bringup/dll/directx/quartz/stubs.c
------------------------------------------------------------------------------
svn:eol-style = native