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
c53def75
Commit
c53def75
authored
Apr 03, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added (empty) stub for OpenVxDHandle.
parent
b94ac22f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
kernel32.spec
relay32/kernel32.spec
+1
-1
device.c
win32/device.c
+6
-0
No files found.
relay32/kernel32.spec
View file @
c53def75
...
...
@@ -562,7 +562,7 @@ init MAIN_KernelInit
544 stub OpenProfileUserMapping
545 stdcall OpenSemaphoreA(long long str) OpenSemaphoreA
546 stdcall OpenSemaphoreW(long long wstr) OpenSemaphoreW
547 st
ub
OpenVxDHandle
547 st
dcall OpenVxDHandle(long)
OpenVxDHandle
548 stdcall OutputDebugStringA(str) OutputDebugStringA
549 stdcall OutputDebugStringW(wstr) OutputDebugStringW
550 stdcall PeekConsoleInputA(ptr ptr long ptr) PeekConsoleInputA
...
...
win32/device.c
View file @
c53def75
...
...
@@ -932,3 +932,9 @@ static BOOL DeviceIo_MONODEBG(DWORD dwIoControlCode,
}
return
TRUE
;
}
DWORD
WINAPI
OpenVxDHandle
(
DWORD
pmt
)
{
FIXME
(
win32
,
"(0x%08lx) stub!
\n
"
,
pmt
);
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