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
aaf38e34
Commit
aaf38e34
authored
Sep 29, 2003
by
Tom Wickline
Committed by
Alexandre Julliard
Sep 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete information.
parent
1cb92bbe
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
10 deletions
+3
-10
dplaysp.c
dlls/dplayx/dplaysp.c
+2
-3
dplayx_global.c
dlls/dplayx/dplayx_global.c
+0
-1
dplayx_main.c
dlls/dplayx/dplayx_main.c
+0
-1
dplobby.c
dlls/dplayx/dplobby.c
+0
-2
lobbysp.c
dlls/dplayx/lobbysp.c
+1
-1
name_server.c
dlls/dplayx/name_server.c
+0
-2
No files found.
dlls/dplayx/dplaysp.c
View file @
aaf38e34
/* This contains the implementation of the interface Service
* Providers require to communicate with Direct Play
*
* Copyright 2000 Peter Hunnisett
<hunnise@nortelnetworks.com>
* Copyright 2000 Peter Hunnisett
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -459,7 +459,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_HandleMessage
wCommandId
=
lpMsg
->
wCommandId
;
wVersion
=
lpMsg
->
wVersion
;
TRACE
(
"Incom
m
ing message has envelope of 0x%08lx, %u, %u
\n
"
,
TRACE
(
"Incoming message has envelope of 0x%08lx, %u, %u
\n
"
,
lpMsg
->
dwMagic
,
wCommandId
,
wVersion
);
if
(
lpMsg
->
dwMagic
!=
DPMSGMAGIC_DPLAYMSG
)
...
...
@@ -975,4 +975,3 @@ extern LPVOID DPSP_CreateSPPlayerData(void)
return
HeapAlloc
(
GetProcessHeap
(),
HEAP_ZERO_MEMORY
,
sizeof
(
DP_SPPLAYERDATA
)
);
}
dlls/dplayx/dplayx_global.c
View file @
aaf38e34
...
...
@@ -2,7 +2,6 @@
*
* Copyright 1999,2000 - Peter Hunnisett
*
* <presently under construction - contact hunnise@nortelnetworks.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/dplayx/dplayx_main.c
View file @
aaf38e34
...
...
@@ -3,7 +3,6 @@
*
* Copyright 1999,2000 - Peter Hunnisett
*
* contact <hunnise@nortelnetworks.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/dplayx/dplobby.c
View file @
aaf38e34
...
...
@@ -2,8 +2,6 @@
*
* Copyright 1998,1999,2000 - Peter Hunnisett
*
* <presently under construction - contact hunnise@nortelnetworks.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
...
...
dlls/dplayx/lobbysp.c
View file @
aaf38e34
/* This contains the implementation of the Lobby Service
* Providers interface required to communicate with Direct Play
*
* Copyright 2001 Peter Hunnisett
<hunnise@nortelnetworks.com>
* Copyright 2001 Peter Hunnisett
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
dlls/dplayx/name_server.c
View file @
aaf38e34
...
...
@@ -2,8 +2,6 @@
*
* Copyright 2000-2001 - Peter Hunnisett
*
* <presently under construction - contact hunnise@nortelnetworks.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
...
...
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