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
eecc2f8b
Commit
eecc2f8b
authored
Jan 11, 2014
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jan 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dplayx: Remove "#if 1" preprocessor directives.
parent
74b0f6b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
dplay.c
dlls/dplayx/dplay.c
+0
-11
No files found.
dlls/dplayx/dplay.c
View file @
eecc2f8b
...
...
@@ -324,28 +324,17 @@ HRESULT DP_HandleMessage( IDirectPlayImpl *This, const void *lpcMessageBody,
case
DPMSGCMD_GETNAMETABLEREPLY
:
case
DPMSGCMD_NEWPLAYERIDREPLY
:
#if 0
if( wCommandId == DPMSGCMD_NEWPLAYERIDREPLY )
DebugBreak();
#endif
DP_MSG_ReplyReceived
(
This
,
wCommandId
,
lpcMessageBody
,
dwMessageBodySize
);
break
;
#if 1
case
DPMSGCMD_JUSTENVELOPE
:
TRACE
(
"GOT THE SELF MESSAGE: %p -> 0x%08x
\n
"
,
lpcMessageHeader
,
((
const
DWORD
*
)
lpcMessageHeader
)[
1
]
);
NS_SetLocalAddr
(
This
->
dp2
->
lpNameServerData
,
lpcMessageHeader
,
20
);
DP_MSG_ReplyReceived
(
This
,
wCommandId
,
lpcMessageBody
,
dwMessageBodySize
);
#endif
case
DPMSGCMD_FORWARDADDPLAYER
:
#if 0
DebugBreak();
#endif
#if 1
TRACE
(
"Sending message to self to get my addr
\n
"
);
DP_MSG_ToSelf
(
This
,
1
);
/* This is a hack right now */
#endif
break
;
case
DPMSGCMD_FORWARDADDPLAYERNACK
:
...
...
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