mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
fixed an extremely irritating bug in an enum
svn path=/trunk/; revision=9722
This commit is contained in:
parent
88f213ea72
commit
bb2c3e3a72
1 changed files with 2 additions and 1 deletions
|
@ -30,12 +30,13 @@ typedef enum _CONFIGURATION_TYPE
|
||||||
WorkController,
|
WorkController,
|
||||||
SerialController,
|
SerialController,
|
||||||
NetworkController,
|
NetworkController,
|
||||||
DsplayController,
|
DisplayController,
|
||||||
ParallelController,
|
ParallelController,
|
||||||
PointerController,
|
PointerController,
|
||||||
KeyboardController,
|
KeyboardController,
|
||||||
AudioController,
|
AudioController,
|
||||||
OtherController,
|
OtherController,
|
||||||
|
DiskPeripheral,
|
||||||
FloppyDiskPeripheral,
|
FloppyDiskPeripheral,
|
||||||
TapePeripheral,
|
TapePeripheral,
|
||||||
ModemPeripheral,
|
ModemPeripheral,
|
||||||
|
|
Loading…
Reference in a new issue