[PATCH 0/54] dplayx: Basic COM cleanup for DirectPlay

Michael Stefaniuc mstefani at redhat.de
Fri Mar 29 10:30:52 CDT 2013


Hello,

this is just a small patch series to cleanup COM for the DirectPlay
class. But worrry not! There is enough left for the interested reader.

Of course I'm introducing gratuitous white space changes and remove
beautifully named variables of the style huCamelCase. But else not much
changes, even the crash in the interactive tests is still here. Almost
got rid of it but quickly found and fixed the regression.

git diff --stat wine-1.5.26..
 dlls/dplayx/dpclassfactory.c  |   98 +-
 dlls/dplayx/dpinit.h          |   37 -
 dlls/dplayx/dplay.c           | 4829 +++++++++++++++++++++++++++++++++-----------------------------
 dlls/dplayx/dplay_global.h    |   76 +-
 dlls/dplayx/dplaysp.c         |   32 +-
 dlls/dplayx/dplayx_messages.c |   46 +-
 dlls/dplayx/dplayx_messages.h |   10 +-
 dlls/dplayx/dplobby.c         |   17 +-
 dlls/dplayx/lobbysp.c         |   25 +-
 dlls/dplayx/lobbysp.h         |    1 -
 dlls/dplayx/name_server.c     |    6 +-
 dlls/dplayx/name_server.h     |    2 +-
 dlls/dplayx/tests/dplayx.c    |  180 ++-
 13 files changed, 2802 insertions(+), 2557 deletions(-)

bye
	michael



More information about the wine-patches mailing list