Commit aaf38e34 authored by Tom Wickline's avatar Tom Wickline Committed by Alexandre Julliard

Remove obsolete information.

parent 1cb92bbe
/* This contains the implementation of the interface Service /* This contains the implementation of the interface Service
* Providers require to communicate with Direct Play * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -459,7 +459,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_HandleMessage ...@@ -459,7 +459,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_HandleMessage
wCommandId = lpMsg->wCommandId; wCommandId = lpMsg->wCommandId;
wVersion = lpMsg->wVersion; wVersion = lpMsg->wVersion;
TRACE( "Incomming message has envelope of 0x%08lx, %u, %u\n", TRACE( "Incoming message has envelope of 0x%08lx, %u, %u\n",
lpMsg->dwMagic, wCommandId, wVersion ); lpMsg->dwMagic, wCommandId, wVersion );
if( lpMsg->dwMagic != DPMSGMAGIC_DPLAYMSG ) if( lpMsg->dwMagic != DPMSGMAGIC_DPLAYMSG )
...@@ -975,4 +975,3 @@ extern LPVOID DPSP_CreateSPPlayerData(void) ...@@ -975,4 +975,3 @@ extern LPVOID DPSP_CreateSPPlayerData(void)
return HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, return HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY,
sizeof( DP_SPPLAYERDATA ) ); sizeof( DP_SPPLAYERDATA ) );
} }
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
* *
* Copyright 1999,2000 - Peter Hunnisett * Copyright 1999,2000 - Peter Hunnisett
* *
* <presently under construction - contact hunnise@nortelnetworks.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
* *
* Copyright 1999,2000 - Peter Hunnisett * Copyright 1999,2000 - Peter Hunnisett
* *
* contact <hunnise@nortelnetworks.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
* *
* Copyright 1998,1999,2000 - Peter Hunnisett * Copyright 1998,1999,2000 - Peter Hunnisett
* *
* <presently under construction - contact hunnise@nortelnetworks.com>
*
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
......
/* This contains the implementation of the Lobby Service /* This contains the implementation of the Lobby Service
* Providers interface required to communicate with Direct Play * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
* *
* Copyright 2000-2001 - Peter Hunnisett * Copyright 2000-2001 - Peter Hunnisett
* *
* <presently under construction - contact hunnise@nortelnetworks.com>
*
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment