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
7443e7de
Commit
7443e7de
authored
Dec 12, 2008
by
Alexander Morozov
Committed by
Alexandre Julliard
Dec 12, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hal: Add missing WINAPI.
parent
f12e9a02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
hal.c
dlls/hal/hal.c
+4
-4
No files found.
dlls/hal/hal.c
View file @
7443e7de
...
...
@@ -55,9 +55,9 @@ WINE_DEFAULT_DEBUG_CHANNEL(ntoskrnl);
#ifdef DEFINE_FASTCALL1_ENTRYPOINT
DEFINE_FASTCALL1_ENTRYPOINT
(
ExAcquireFastMutex
)
VOID
__regs_ExAcquireFastMutex
(
PFAST_MUTEX
FastMutex
)
VOID
WINAPI
__regs_ExAcquireFastMutex
(
PFAST_MUTEX
FastMutex
)
#else
VOID
ExAcquireFastMutex
(
PFAST_MUTEX
FastMutex
)
VOID
WINAPI
ExAcquireFastMutex
(
PFAST_MUTEX
FastMutex
)
#endif
{
FIXME
(
"%p: stub
\n
"
,
FastMutex
);
...
...
@@ -65,9 +65,9 @@ VOID ExAcquireFastMutex(PFAST_MUTEX FastMutex)
#ifdef DEFINE_FASTCALL1_ENTRYPOINT
DEFINE_FASTCALL1_ENTRYPOINT
(
ExReleaseFastMutex
)
VOID
__regs_ExReleaseFastMutex
(
PFAST_MUTEX
FastMutex
)
VOID
WINAPI
__regs_ExReleaseFastMutex
(
PFAST_MUTEX
FastMutex
)
#else
VOID
ExReleaseFastMutex
(
PFAST_MUTEX
FastMutex
)
VOID
WINAPI
ExReleaseFastMutex
(
PFAST_MUTEX
FastMutex
)
#endif
{
FIXME
(
"%p: stub
\n
"
,
FastMutex
);
...
...
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