Commit Graph

106 Commits

Author SHA1 Message Date
Francois Gouget
7422611cc9 dplayx: cbDelete{Groups,Player}Elem() are unused so remove them. 2009-05-18 12:32:23 +02:00
Michael Stefaniuc
f1a877a69d dplayx: Remove superfluous pointer casts. 2009-01-16 12:56:10 +01:00
Alexandre Julliard
de5a266aa0 dplayx: Remove some unused functions. 2008-12-01 13:26:05 +01:00
Francois Gouget
80b6c2efd6 dplay: Remove WINAPI on static functions where not needed. 2008-12-01 12:44:49 +01:00
Michael Stefaniuc
4afe790387 dplayx: Use SUCCEEDED instead of !FAILED. 2008-10-08 13:42:34 +02:00
Kai Blin
8348c9fa94 dplayx: Fix possible NULL pointer dereference (Coverity). 2008-09-10 12:07:40 +02:00
Ismael Barros
5ba76a257a dplayx: Tests for checking the behaviour of groups in a p2p session. 2008-08-20 13:51:56 +02:00
Ismael Barros
c235bba66b dplayx: Tests for EnumGroupsInGroup. 2008-08-20 13:51:42 +02:00
Ismael Barros
58837a6ceb dplayx: Tests for CreateGroup. 2008-08-20 13:49:04 +02:00
Ismael Barros
aacefb7e17 dplayx: Tests for Get/SetPlayerName. 2008-08-04 15:33:50 +02:00
Ismael Barros
0755a77e0e dplayx: Tests for Get/SetPlayerData. 2008-08-04 15:33:25 +02:00
Ismael Barros
724f0ea4d6 dplayx: Tests for CreatePlayer. 2008-08-04 15:32:56 +02:00
Ismael Barros
fbc5512ee0 dplayx: Tests for EnumSessions. 2008-08-04 15:32:23 +02:00
Ismael Barros
fa4b3e4d53 dplayx: Tests for Open. 2008-08-04 15:31:18 +02:00
Ismael Barros
4ff6ba0a4a dplayx: Tests for GetCaps. 2008-08-01 12:10:19 +02:00
Ismael Barros
d142447c26 dplayx: Tests for InitializeConnection. 2008-08-01 12:10:19 +02:00
Ismael Barros
4ab75e1214 dplayx: Tests for EnumConnections. 2008-08-01 12:10:19 +02:00
Ismael Barros
42165af840 dplayx: Tests for DirectPlayCreate. 2008-08-01 12:10:13 +02:00
Ismael Barros
5dc0d4d1ed dplayx: Fix the definition of DirectPlayCreate. 2008-08-01 12:02:26 +02:00
Ismael Barros
4a4e5f269d dplayx: Moved dplaysp.h to include/wine. 2008-07-23 11:40:53 +02:00
Andrew Talbot
fed3a4aebe dplayx: Remove unneeded "extern" from function definitions. 2008-05-22 11:29:09 +02:00
Andrew Talbot
3d8f5c1590 dplayx: Remove unused variables. 2008-04-17 11:41:11 +02:00
Austin English
b4f52938e4 Spelling fixes. 2008-04-02 23:18:21 +02:00
Andrew Talbot
5423c35d3c dplayx: Assign to structs instead of using CopyMemory. 2008-03-29 10:30:27 +01:00
Andrew Talbot
20c0c311da dplayx: Assign to struct instead of using memcpy. 2008-02-27 14:52:25 +01:00
Rob Shearman
488ac40fa8 dplayx: Fix incorrect check in DirectPlay3AImpl_EnumConnections.
Dereferencing a function pointer and checking it against NULL doesn't 
make any sense, so remove the check.
2008-02-21 20:16:08 +01:00
Andrew Talbot
03a2020473 dplayx: Remove unneeded casts. 2007-12-11 12:08:42 +01:00
Francois Gouget
c4b1195c0c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
Andrew Talbot
5ab977e2aa dplayx: Fix some memory leaks. 2007-09-24 13:50:31 +02:00
Lionel Debroux
cd6472f794 dplayx: Fixed memory leak in dplay.c (found by Smatch). 2007-09-11 11:47:17 +02:00
Andrew Talbot
43b278c5f1 dplayx: Constify some variables. 2007-04-27 11:13:47 +02:00
Alessandro Pignotti
3040e09ae3 dplayx: Implement proper interface locking for DP_EnumSession. 2007-04-03 13:14:38 +02:00
Alessandro Pignotti
6406a203c8 dplayx: Fixes the order of GUID initialization and storage. 2007-03-26 14:55:02 +02:00
Alessandro Pignotti
d8b24e3664 dplayx: Check for null pointer dereference in DP_FindPlayer. 2007-03-21 16:02:52 +01:00
Alessandro Pignotti
9d69d53335 dplayx: DirectPlay should keep track of the user count. 2007-03-16 11:36:34 +01:00
Jan Zerebecki
a950a47200 dplayx: Add DebugInfo to critical sections. 2007-03-08 22:21:49 +01:00
Alessandro Pignotti
d1331e62ca dplay: Directplay should initialize session Guid, with conformance tests. 2007-03-01 20:42:49 +01:00
Detlef Riekenberg
ec8393d3d5 dplayx: Display requested provider. 2006-12-06 11:36:32 +01:00
Francois Gouget
30e44c85c8 Assorted spelling fixes. 2006-11-07 15:25:24 +01:00
Michael Stefaniuc
699d4413bf dplayx: Win64 printf format warning fixes. 2006-10-10 11:56:52 +02:00
Andrew Talbot
ded7d0bcd5 dplayx: Cast-qual warnings fix. 2006-09-10 10:17:11 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Francois Gouget
0edbaf7e80 Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
Mike McCormack
4a5378efcd Fix some gcc 4.0 warnings. 2005-08-30 08:56:35 +00:00
Mike McCormack
bda7ace2e9 Interlocked LONG* gcc warning fixes. 2005-07-13 11:59:15 +00:00
Mike McCormack
257c337c19 gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-07 12:08:42 +00:00
Stefan Huehner
2440dcfe88 Fix -Wmissing-declarations warnings. 2005-07-05 12:49:14 +00:00
Dmitry Timoshkov
b67da5b946 Make more of the OLE interface vtables const. 2005-06-01 19:57:42 +00:00
Lionel Ulmer
c53db1934b Rewrite DirectPlayEnumerateA and add W version at the same time. 2005-05-23 11:49:36 +00:00
Francois Gouget
e8ec9d5fe6 DPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead
check that the DPSET_LOCAL flag is not set.
2005-04-19 09:48:09 +00:00