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
6f617600
Commit
6f617600
authored
Aug 14, 1999
by
Mark G. Adams
Committed by
Alexandre Julliard
Aug 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for DrawDibClose.
parent
28d2ccb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
msvfw32.spec
dlls/msvideo/msvfw32.spec
+1
-1
msvideo_main.c
dlls/msvideo/msvideo_main.c
+6
-0
No files found.
dlls/msvideo/msvfw32.spec
View file @
6f617600
...
...
@@ -7,7 +7,7 @@ type win32
2 stdcall VideoForWindowsVersion() VideoForWindowsVersion
3 stdcall DrawDibBegin(long long long long ptr long long long) DrawDibBegin
4 stub DrawDibChangePalette
5 st
ub
DrawDibClose
5 st
dcall DrawDibClose(long)
DrawDibClose
6 stub DrawDibDraw
7 stub DrawDibEnd
8 stub DrawDibGetBuffer
...
...
dlls/msvideo/msvideo_main.c
View file @
6f617600
...
...
@@ -383,6 +383,12 @@ DrawDibOpen( void ) {
return
0xdead
;
}
BOOL
WINAPI
DrawDibClose
(
HANDLE
/*HDRAWDIB*/
hDib
)
{
FIXME
(
"stub!
\n
"
);
return
TRUE
;
}
BOOL
VFWAPI
DrawDibBegin
(
HANDLE
/*HDRAWDIB*/
hdd
,
HDC
hdc
,
INT
dxDst
,
...
...
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