mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 04:29:50 +00:00
kbdse.dll -> kbdsw.dll
svn path=/trunk/; revision=25898
This commit is contained in:
parent
54cf74f087
commit
54c6bf6cfa
4 changed files with 6 additions and 6 deletions
|
@ -141,7 +141,7 @@ dll\keyboard\kbdit\kbdit.dll 1
|
|||
dll\keyboard\kbdja\kbdja.dll 1
|
||||
dll\keyboard\kbdpo\kbdpo.dll 1
|
||||
dll\keyboard\kbdru\kbdru.dll 1
|
||||
dll\keyboard\kbdse\kbdse.dll 1
|
||||
dll\keyboard\kbdsw\kbdsw.dll 1
|
||||
dll\keyboard\kbdsg\kbdsg.dll 1
|
||||
dll\keyboard\kbdsk\kbdsk.dll 1
|
||||
dll\keyboard\kbdth\kbdth.dll 1
|
||||
|
|
|
@ -40,7 +40,7 @@ Cabinet=reactos.cab
|
|||
[SetupData]
|
||||
DefaultPath = \ReactOS
|
||||
;OsLoadOptions = "/NOGUIBOOT /NODEBUG"
|
||||
OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1 /BAUDRATE=19200 /IRQ=4"
|
||||
OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
|
||||
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=SCREEN"
|
||||
;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
|
||||
|
||||
|
@ -124,7 +124,7 @@ Default = "XT-, AT- or extended keyboard (83-105 keys)"
|
|||
0000040E = kbdhu.dll
|
||||
00000410 = kbdit.dll
|
||||
00000419 = kbdru.dll
|
||||
0000041D = kbdse.dll
|
||||
0000041D = kbdsw.dll
|
||||
0000041E = kbdth.dll
|
||||
00000422 = kbdur.dll
|
||||
00000809 = kbduk.dll
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
LIBRARY kbdse.dll
|
||||
LIBRARY kbdsw.dll
|
||||
|
||||
EXPORTS
|
||||
KbdLayerDescriptor
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS SEAscii Keyboard Layout\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "kbdse\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "kbdse.dll\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "kbdsw\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "kbdsw.dll\0"
|
||||
#include <reactos/version.rc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue