mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +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.
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
#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>
|