You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
324 B
13 lines
324 B
[Strings]
|
|
MS="Microsoft"
|
|
String1="Microsoft Corporation"
|
|
String2="Full screen video driver for console"
|
|
FSVGA_TIP="Provides a DBCS full screen console"
|
|
|
|
; Standard defs
|
|
|
|
REG_EXPAND_SZ = 0x00020000
|
|
REG_DWORD = 0x00010001
|
|
REG_SZ = 0x00000000
|
|
REG_BINARY = 0x00000001
|
|
|