Changeset 82170 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Nov 25, 2019 12:22:23 PM (5 years ago)
- Location:
- trunk/src/VBox/Devices/Input
- Files:
-
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r81765 r82170 52 52 53 53 #include "VBoxDD.h" 54 #include " PS2Dev.h"54 #include "DevPS2.h" 55 55 56 56 /* Do not remove this (unless eliminating the corresponding ifdefs), it will -
trunk/src/VBox/Devices/Input/DevPS2K.cpp
r82169 r82170 46 46 #include "VBoxDD.h" 47 47 #define IN_PS2K 48 #include " PS2Dev.h"48 #include "DevPS2.h" 49 49 50 50 -
trunk/src/VBox/Devices/Input/DevPS2M.cpp
r82169 r82170 152 152 #include "VBoxDD.h" 153 153 #define IN_PS2M 154 #include " PS2Dev.h"154 #include "DevPS2.h" 155 155 156 156
Note:
See TracChangeset
for help on using the changeset viewer.