mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
dplayx: Remove "#if 1" preprocessor directives.
This commit is contained in:
parent
74b0f6b4ad
commit
eecc2f8b72
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user