wine/ dlls/dplayx/Makefile.in dlls/dplayx/dpin ...

Alexandre Julliard julliard at winehq.com
Thu Apr 12 16:10:54 CDT 2001


ChangeSet ID:	987109854961341463495046
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/04/12 17:10:54

Modified files:
	dlls/dplayx    : Makefile.in dpinit.h dplay.c dplay_global.h 
	                 dplaysp.c dplayx_global.c dplayx_messages.c 
	                 dplayx_messages.h name_server.c name_server.h 
	include        : dplay.h objbase.h winerror.h 
	ole            : uuid.c 
Added files:
	dlls/dplayx    : lobbysp.c lobbysp.h 

Log message:
	Peter Hunnisett <hunnise at nortelnetworks.com>
	- Provide lobby provider COM object header file and stub implementation
	- Break out dpl and dp service provider intialization
	- Add missing definition of E_PENDING
	- Resolve a few fixmes
	- Fix includes for dplay.h

Patch: http://cvs.winehq.com/patch.py?id=987109854961341463495046

Revision  Changes    Path
 1.18     +1 -0      wine/dlls/dplayx/Makefile.in
 1.3      +3 -0      wine/dlls/dplayx/dpinit.h
 1.29     +298 -80   wine/dlls/dplayx/dplay.c
 1.4      +18 -2     wine/dlls/dplayx/dplay_global.h
 1.7      +40 -73    wine/dlls/dplayx/dplaysp.c
 1.12     +0 -2      wine/dlls/dplayx/dplayx_global.c
 1.9      +59 -8     wine/dlls/dplayx/dplayx_messages.c
 1.6      +13 -7     wine/dlls/dplayx/dplayx_messages.h
 1.10     +83 -40    wine/dlls/dplayx/name_server.c
 1.4      +9 -4      wine/dlls/dplayx/name_server.h
 1.1     +0 -0       wine/dlls/dplayx/lobbysp.c
 1.1     +0 -0       wine/dlls/dplayx/lobbysp.h
 1.19     +1 -0      wine/include/dplay.h
 1.19     +2 -0      wine/include/objbase.h
 1.34     +2 -0      wine/include/winerror.h
 1.2      +1 -0      wine/ole/uuid.c





More information about the wine-cvs mailing list