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
b7512e48
Commit
b7512e48
authored
Nov 25, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Nov 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for DCIOpenProvider.
parent
c95b1aa3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
dciman32.spec
dlls/dciman32/dciman32.spec
+1
-1
dciman_main.c
dlls/dciman32/dciman_main.c
+17
-1
No files found.
dlls/dciman32/dciman32.spec
View file @
b7512e48
...
...
@@ -12,7 +12,7 @@ import ntdll.dll
@ stub DCIDraw
@ stub DCIEndAccess
@ stub DCIEnum
@ st
ub
DCIOpenProvider
@ st
dcall DCIOpenProvider()
DCIOpenProvider
@ stub DCISetClipList
@ stub DCISetDestination
@ stub DCISetSrcDestClip
...
...
dlls/dciman32/dciman_main.c
View file @
b7512e48
/* nothing here yet */
/*
* Implementation of DCIMAN32 - Direct C? Interface Manager?
*
* Copyright 2000 Marcus Meissner
*/
#include <stdio.h>
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"
HDC
WINAPI
DCIOpenProvider
(
void
)
{
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
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