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
f4d7369b
Commit
f4d7369b
authored
Jan 04, 2009
by
Austin English
Committed by
Alexandre Julliard
Jan 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Fix a compiler warning on non-i386.
parent
2f746dd5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
wowthunk.c
dlls/kernel32/wowthunk.c
+3
-2
No files found.
dlls/kernel32/wowthunk.c
View file @
f4d7369b
...
...
@@ -38,8 +38,6 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
thunk
);
WINE_DECLARE_DEBUG_CHANNEL
(
relay
);
WINE_DECLARE_DEBUG_CHANNEL
(
snoop
);
/*
* These are the 16-bit side WOW routines. They reside in wownt16.h
...
...
@@ -59,6 +57,9 @@ DWORD WINAPI FreeLibrary32W16(DWORD);
#ifdef __i386__
WINE_DECLARE_DEBUG_CHANNEL
(
relay
);
WINE_DECLARE_DEBUG_CHANNEL
(
snoop
);
/* symbols exported from relay16.s */
extern
DWORD
WINAPI
wine_call_to_16
(
FARPROC16
target
,
DWORD
cbArgs
,
PEXCEPTION_HANDLER
handler
);
extern
void
WINAPI
wine_call_to_16_regs
(
CONTEXT86
*
context
,
DWORD
cbArgs
,
PEXCEPTION_HANDLER
handler
);
...
...
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