- Moved dplay and dplayx to a proper home in the dlls directory.
commit22b861c1be071417eda8622eadd722580ee4e315
authorPeter Hunnisett <hunnise@nortelnetworks.com>
Tue, 28 Sep 1999 16:35:32 +0000 (28 16:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Sep 1999 16:35:32 +0000 (28 16:35 +0000)
tree422a6c46bb32bb23a65f97ca43f128ef15417973
parenta018d8508f7f7a10ffc03819dc695fe4f77ca969
- Moved dplay and dplayx to a proper home in the dlls directory.
- Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
- Implemented a class factory for dplay and dplobby. COM interfaces
  now work for dp and dpl.
- Added a few more entries to dplayx.spec files. How do you find the
  ordinals? I just guessed :(
- Seperated DirectPlay and DirectPlayLobby implementation into separate files.
- Included some missing header file definitions.
- Implemented the dplay dll in terms of the dplayx dll. I haven't
  tested it so it may not work...
- A few bug fixes and a little new implementatioe.n
- Updated document with a more detailed implementation plan.
20 files changed:
Makefile.in
configure
configure.in
dlls/Makefile.in
dlls/dplayx/.cvsignore [new file with mode: 0644]
dlls/dplayx/Makefile.in [new file with mode: 0644]
dlls/dplayx/dpclassfactory.c [new file with mode: 0644]
dlls/dplayx/dpinit.h [new file with mode: 0644]
dlls/dplayx/dplay.c [new file with mode: 0644]
dlls/dplayx/dplay.spec [new file with mode: 0644]
dlls/dplayx/dplayx.spec [moved from relay32/dplayx.spec with 70% similarity]
dlls/dplayx/dplobby.c [new file with mode: 0644]
documentation/status/directplay
include/dplay.h
include/dplobby.h
multimedia/Makefile.in
multimedia/dplay.c [deleted file]
relay32/.cvsignore
relay32/Makefile.in
relay32/dplay.spec [deleted file]