mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[QUARTZ]
Add stub for GetProxyDllInfo svn path=/branches/cmake-bringup/; revision=49670
This commit is contained in:
parent
f90a97e5a6
commit
16720dd129
2 changed files with 3 additions and 1 deletions
|
@ -39,6 +39,7 @@ add_library(quartz SHARED
|
|||
enummedia.c
|
||||
control.c
|
||||
avisplit.c
|
||||
stubs.c
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/quartz.def)
|
||||
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
@ stub GetProxyDllInfo
|
||||
@ stdcall GetProxyDllInfo(ptr ptr)
|
||||
|
||||
|
|
Loading…
Reference in a new issue