ChangeSet ID: 1005239202232920609880239 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine2. 01/11/08 12:06:42 Modified files: dlls/winedos : Makefile.in dosvm.c winedos.spec msdos : Makefile.in interrupts.c ioports.c Added files: dlls/winedos : int09.c Removed files: msdos : int09.c Log message: Ove Kaaven <ovek(a)arcticnet.no> Moved the int 9 (keyboard) handler to dlls/winedos. Patch: http://cvs.winehq.com/patch.py?id=1005239202232920609880239 Revision Changes Path 1.2 +1 -0 wine/dlls/winedos/Makefile.in 1.8 +15 -0 wine/dlls/winedos/dosvm.c 1.5 +3 -0 wine/dlls/winedos/winedos.spec 1.1 +0 -0 wine/dlls/winedos/int09.c 1.14 +0 -1 wine/msdos/Makefile.in 1.20 +1 -1 wine/msdos/interrupts.c 1.28 +4 -4 wine/msdos/ioports.c