Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
74eee411
Commit
74eee411
authored
Nov 25, 2000
by
Ove Kaaven
Committed by
Alexandre Julliard
Nov 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Routed a couple of 16-bit avifile.dll handlers to the 32-bit
handlers... well, works for Civilization II.
parent
5580fb7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
avifile.spec
dlls/avifil32/avifile.spec
+10
-5
No files found.
dlls/avifil32/avifile.spec
View file @
74eee411
...
...
@@ -2,6 +2,11 @@ name avifile
type win16
owner avifil32
# I'm just using "long" instead of "ptr" for the interface pointers,
# because they are 32-bit pointers, not converted to 16-bit format,
# but the app doesn't really need to know, it should never need to
# dereference the interface pointer itself (if we're lucky)...
1 stub WEP
2 stub DLLGETCLASSOBJECT
3 stub DLLCANUNLOADNOW
...
...
@@ -11,9 +16,9 @@ owner avifil32
12 stub _IID_IAVIEDITSTREAM
13 stub _IID_IGETFRAME
14 stub _CLSID_AVISIMPLEUNMARSHAL
100
stub AVIFILEINIT
101
stub AVIFILEEXIT
102
stub AVIFILEOPEN
100
pascal AVIFileInit() AVIFileInit
101
pascal AVIFileExit() AVIFileExit
102
pascal AVIFileOpen(ptr str word ptr) AVIFileOpenA
103 stub AVISTREAMOPENFROMFILE
104 stub AVISTREAMCREATE
105 stub AVIMAKECOMPRESSEDSTREAM
...
...
@@ -32,9 +37,9 @@ owner avifil32
132 stub AVISTREAMTIMETOSAMPLE
133 stub AVISTREAMSAMPLETOTIME
140 stub AVIFILEADDREF
141
stub AVIFILERELEASE
141
pascal AVIFileRelease(long) AVIFileRelease
142 stub AVIFILEINFO
143
stub AVIFILEGETSTREAM
143
pascal AVIFileGetStream(long ptr long long) AVIFileGetStream
144 stub AVIFILECREATESTREAM
146 stub AVIFILEWRITEDATA
147 stub AVIFILEREADDATA
...
...
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