Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e7f5fade
Commit
e7f5fade
authored
Jan 03, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed CLSID_AVISimpleUnMarshal export.
parent
0e394620
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile.in
dlls/avifil32/Makefile.in
+1
-1
avifil32.spec
dlls/avifil32/avifil32.spec
+1
-1
vfw.h
include/vfw.h
+1
-0
No files found.
dlls/avifil32/Makefile.in
View file @
e7f5fade
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
avifil32.dll
IMPORTS
=
msacm32 msvfw32 shell32 winmm ole32 user32 advapi32 kernel32
IMPORTS
=
msacm32 msvfw32 shell32 winmm ole32 user32 advapi32 kernel32
ntdll
EXTRALIBS
=
-luuid
C_SRCS
=
\
...
...
dlls/avifil32/avifil32.spec
View file @
e7f5fade
...
...
@@ -57,7 +57,7 @@
@ stdcall AVIStreamTimeToSample(ptr long)
@ stdcall AVIStreamWrite(ptr long long ptr long long ptr ptr)
@ stdcall AVIStreamWriteData(ptr long ptr long)
@
stub
CLSID_AVISimpleUnMarshal
@
extern
CLSID_AVISimpleUnMarshal
@ stdcall CreateEditableStream(ptr ptr)
@ stdcall -private DllCanUnloadNow() AVIFILE_DllCanUnloadNow
@ stdcall -private DllGetClassObject(ptr ptr ptr) AVIFILE_DllGetClassObject
...
...
include/vfw.h
View file @
e7f5fade
...
...
@@ -985,6 +985,7 @@ DEFINE_AVIGUID(IID_IAVIStreaming, 0x00020022, 0, 0);
DEFINE_AVIGUID
(
IID_IGetFrame
,
0x00020023
,
0
,
0
);
DEFINE_AVIGUID
(
IID_IAVIEditStream
,
0x00020024
,
0
,
0
);
DEFINE_AVIGUID
(
CLSID_AVISimpleUnMarshal
,
0x00020009
,
0
,
0
);
DEFINE_AVIGUID
(
CLSID_AVIFile
,
0x00020000
,
0
,
0
);
/*****************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment