Add stub for GetProxyDllInfo

svn path=/branches/cmake-bringup/; revision=49670
This commit is contained in:
Timo Kreuzer 2010-11-20 17:39:53 +00:00
parent f90a97e5a6
commit 16720dd129
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -6,4 +6,5 @@
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub GetProxyDllInfo
@ stdcall GetProxyDllInfo(ptr ptr)