Module: wine Branch: refs/heads/master Commit: 721621b34eec8a44e409c82e3e84cef475b8500a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=721621b34eec8a44e409c82e...
Author: Troy Rollo wine@troy.rollo.name Date: Sat Feb 11 18:40:32 2006 +0100
ntdll: Implement DVD_ReadStructure.
---
dlls/ntdll/cdrom.c | 253 ++++++++++++++++++++---------------------------- include/Makefile.in | 1 include/ddk/ntddcdvd.h | 189 ++++++++++++++++++++++++++++++++++++ 3 files changed, 296 insertions(+), 147 deletions(-) create mode 100644 include/ddk/ntddcdvd.h
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=721621b34eec8a44e409...