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
9a07b168
Commit
9a07b168
authored
Dec 27, 2000
by
Ulrich Weigand
Committed by
Alexandre Julliard
Dec 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence silly error messages.
parent
5a8eef38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
snoop.c
if1632/snoop.c
+1
-1
snoop.c
relay32/snoop.c
+1
-1
No files found.
if1632/snoop.c
View file @
9a07b168
...
...
@@ -315,8 +315,8 @@ void WINAPI SNOOP16_Return(FARPROC proc, LPBYTE args, CONTEXT86 *context) {
}
#else
/* !__i386__ */
void
SNOOP16_RegisterDLL
(
NE_MODULE
*
pModule
,
LPCSTR
name
)
{
if
(
!
TRACE_ON
(
snoop
))
return
;
FIXME
(
"snooping works only on i386 for now.
\n
"
);
return
;
}
FARPROC16
SNOOP16_GetProcAddress16
(
HMODULE16
hmod
,
DWORD
ordinal
,
FARPROC16
origfun
)
{
...
...
relay32/snoop.c
View file @
9a07b168
...
...
@@ -380,8 +380,8 @@ __ASM_GLOBAL_FUNC( SNOOP_Return,
#else
/* !__i386__ */
void
SNOOP_RegisterDLL
(
HMODULE
hmod
,
LPCSTR
name
,
DWORD
nrofordinals
)
{
if
(
!
TRACE_ON
(
snoop
))
return
;
FIXME
(
"snooping works only on i386 for now.
\n
"
);
return
;
}
FARPROC
SNOOP_GetProcAddress
(
HMODULE
hmod
,
LPCSTR
name
,
DWORD
ordinal
,
FARPROC
origfun
)
{
...
...
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