mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 21:03:14 +00:00
[AVIFIL32] Get back Dll{Register,Unregister}Server exports. They do not exist in native but we need to register this dll. CORE-8174
svn path=/trunk/; revision=69278
This commit is contained in:
parent
12e643e2f1
commit
0df4362cc7
1 changed files with 4 additions and 0 deletions
|
@ -74,3 +74,7 @@
|
|||
74 extern IID_IAVIFile
|
||||
75 extern IID_IAVIStream
|
||||
76 extern IID_IGetFrame
|
||||
|
||||
# FIXME: Not in native
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue