Module: wine Branch: refs/heads/master Commit: 0844b702b4c42f0a73320ff2c357fedf84d1f8f4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0844b702b4c42f0a73320ff2...
Author: Hans Leidekker hans@it.vu.nl Date: Thu Jan 26 13:23:08 2006 +0100
ntdll: Add implementation of tape IOCTLs.
---
configure | 2 configure.ac | 1 dlls/ntdll/Makefile.in | 1 dlls/ntdll/file.c | 7 + dlls/ntdll/ntdll_misc.h | 7 + dlls/ntdll/tape.c | 523 +++++++++++++++++++++++++++++++++++++++++++++++ include/config.h.in | 3 7 files changed, 544 insertions(+), 0 deletions(-) create mode 100644 dlls/ntdll/tape.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=0844b702b4c42f0a7332...