mirror of
https://github.com/reactos/reactos.git
synced 2024-11-17 20:38:05 +00:00
310a24da6e
It adds basic input support for: - Standard Bus Mouse - Standard InPort Mouse - Logitech Bus Mouse - Microsoft Bus Mouse - Microsoft InPort Mouse - NEC PC-98 Bus Mouse Untested on PC/AT, but should work.
5 lines
229 B
Text
5 lines
229 B
Text
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "InPort (Bus) Mouse Device Driver"
|
|
#define REACTOS_STR_INTERNAL_NAME "inport"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "inport.sys"
|
|
#include <reactos/version.rc>
|