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
a555658b
Commit
a555658b
authored
Mar 06, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 06, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode.
parent
ae941108
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
hal.c
dlls/hal/hal.c
+8
-1
hal.spec
dlls/hal/hal.spec
+1
-1
No files found.
dlls/hal/hal.c
View file @
a555658b
...
...
@@ -31,7 +31,7 @@
#include "windef.h"
#include "winternl.h"
#include "excpt.h"
#include "ddk/
wdm
.h"
#include "ddk/
ntddk
.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
ntoskrnl
);
...
...
@@ -99,3 +99,10 @@ VOID WINAPI KfReleaseSpinLock(PKSPIN_LOCK SpinLock, KIRQL NewIrql)
{
FIXME
(
"(%p %u) stub!
\n
"
,
SpinLock
,
NewIrql
);
}
ULONG
WINAPI
HalGetBusData
(
BUS_DATA_TYPE
BusDataType
,
ULONG
BusNumber
,
ULONG
SlotNumber
,
PVOID
Buffer
,
ULONG
Length
)
{
FIXME
(
"(%u %u %u %p %u) stub!
\n
"
,
BusDataType
,
BusNumber
,
SlotNumber
,
Buffer
,
Length
);
/* Claim that there is no such bus */
return
0
;
}
dlls/hal/hal.spec
View file @
a555658b
...
...
@@ -33,7 +33,7 @@
@ stub HalFlushCommonBuffer
@ stub HalFreeCommonBuffer
@ stub HalGetAdapter
@ st
ub HalGetBusData
@ st
dcall HalGetBusData(long long long ptr long)
@ stub HalGetBusDataByOffset
@ stub HalGetEnvironmentVariable
@ stub HalGetInterruptVector
...
...
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