From aaf38e343e898f15810bc0b98ac81bf3e3348f28 Mon Sep 17 00:00:00 2001 From: Tom Wickline Date: Mon, 29 Sep 2003 20:12:05 +0000 Subject: [PATCH] Remove obsolete information. --- dlls/dplayx/dplaysp.c | 5 ++--- dlls/dplayx/dplayx_global.c | 1 - dlls/dplayx/dplayx_main.c | 1 - dlls/dplayx/dplobby.c | 2 -- dlls/dplayx/lobbysp.c | 2 +- dlls/dplayx/name_server.c | 2 -- 6 files changed, 3 insertions(+), 10 deletions(-) diff --git a/dlls/dplayx/dplaysp.c b/dlls/dplayx/dplaysp.c index 3699585e1b4..a0acd747800 100644 --- a/dlls/dplayx/dplaysp.c +++ b/dlls/dplayx/dplaysp.c @@ -1,7 +1,7 @@ /* This contains the implementation of the interface Service * Providers require to communicate with Direct Play * - * Copyright 2000 Peter Hunnisett + * 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( "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 ); if( lpMsg->dwMagic != DPMSGMAGIC_DPLAYMSG ) @@ -975,4 +975,3 @@ extern LPVOID DPSP_CreateSPPlayerData(void) return HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof( DP_SPPLAYERDATA ) ); } - diff --git a/dlls/dplayx/dplayx_global.c b/dlls/dplayx/dplayx_global.c index 909253ef7b9..ba37e9169a2 100644 --- a/dlls/dplayx/dplayx_global.c +++ b/dlls/dplayx/dplayx_global.c @@ -2,7 +2,6 @@ * * Copyright 1999,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 diff --git a/dlls/dplayx/dplayx_main.c b/dlls/dplayx/dplayx_main.c index d79e5351656..9eb9cb153fd 100644 --- a/dlls/dplayx/dplayx_main.c +++ b/dlls/dplayx/dplayx_main.c @@ -3,7 +3,6 @@ * * Copyright 1999,2000 - Peter Hunnisett * - * contact * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/dplayx/dplobby.c b/dlls/dplayx/dplobby.c index a48a3ebf65d..144fd412356 100644 --- a/dlls/dplayx/dplobby.c +++ b/dlls/dplayx/dplobby.c @@ -2,8 +2,6 @@ * * Copyright 1998,1999,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 * License as published by the Free Software Foundation; either diff --git a/dlls/dplayx/lobbysp.c b/dlls/dplayx/lobbysp.c index 6b7372cf34b..ea130147cc0 100644 --- a/dlls/dplayx/lobbysp.c +++ b/dlls/dplayx/lobbysp.c @@ -1,7 +1,7 @@ /* This contains the implementation of the Lobby Service * Providers interface required to communicate with Direct Play * - * Copyright 2001 Peter Hunnisett + * 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 diff --git a/dlls/dplayx/name_server.c b/dlls/dplayx/name_server.c index d8cd90f7ca1..cbca83ad0eb 100644 --- a/dlls/dplayx/name_server.c +++ b/dlls/dplayx/name_server.c @@ -2,8 +2,6 @@ * * Copyright 2000-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 * License as published by the Free Software Foundation; either