mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
073a1ea34c
- rename driver vgamp.sys to vga.sys - rename service Vga to VgaSave - store settings in non hardware-profile registry key
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "VGA Miniport Device Driver"
|
|
#define REACTOS_STR_INTERNAL_NAME "vga"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "vga.sys"
|
|
#include <reactos/version.rc>
|