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
5b71091b
Commit
5b71091b
authored
Jul 25, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krnl386: Mark function that are only called from assembly as hidden.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c293acac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
thunk.c
dlls/krnl386.exe16/thunk.c
+1
-1
vxd.c
dlls/krnl386.exe16/vxd.c
+1
-1
No files found.
dlls/krnl386.exe16/thunk.c
View file @
5b71091b
...
...
@@ -2123,7 +2123,7 @@ LPVOID WINAPI GetPK16SysVar(void)
/**********************************************************************
* CommonUnimpStub (KERNEL32.17)
*/
int
WINAPI
__regs_CommonUnimpStub
(
const
char
*
name
,
int
type
)
int
WINAPI
DECLSPEC_HIDDEN
__regs_CommonUnimpStub
(
const
char
*
name
,
int
type
)
{
FIXME
(
"generic stub %s
\n
"
,
debugstr_a
(
name
));
...
...
dlls/krnl386.exe16/vxd.c
View file @
5b71091b
...
...
@@ -286,7 +286,7 @@ done:
* VxDCall7 (KERNEL32.8)
* VxDCall8 (KERNEL32.9)
*/
void
WINAPI
__regs_VxDCall
(
DWORD
service
,
CONTEXT
*
context
)
void
WINAPI
DECLSPEC_HIDDEN
__regs_VxDCall
(
DWORD
service
,
CONTEXT
*
context
)
{
unsigned
int
i
;
VxDCallProc
proc
=
NULL
;
...
...
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