From bb2c3e3a721f51b246850918b0e4f56aeb8acdea Mon Sep 17 00:00:00 2001 From: Vizzini Date: Sat, 19 Jun 2004 08:47:59 +0000 Subject: [PATCH] fixed an extremely irritating bug in an enum svn path=/trunk/; revision=9722 --- reactos/include/ddk/iodef.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/include/ddk/iodef.h b/reactos/include/ddk/iodef.h index 608005a0c8d..263841df188 100644 --- a/reactos/include/ddk/iodef.h +++ b/reactos/include/ddk/iodef.h @@ -30,12 +30,13 @@ typedef enum _CONFIGURATION_TYPE WorkController, SerialController, NetworkController, - DsplayController, + DisplayController, ParallelController, PointerController, KeyboardController, AudioController, OtherController, + DiskPeripheral, FloppyDiskPeripheral, TapePeripheral, ModemPeripheral,