fixed some wrong library names for keyboard drivers

svn path=/trunk/; revision=8076
This commit is contained in:
Martin Fuchs 2004-02-07 15:03:37 +00:00
parent c414fe7978
commit f83b41a218
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
LIBRARY user32.dll
LIBRARY kbdfr.dll
EXPORTS
KbdLayerDescriptor=KbdLayerDescriptor@0

View file

@ -1,7 +1,7 @@
;
; ReactOS Operating System
;
LIBRARY kbdus.dll
LIBRARY kbdgr.dll
EXPORTS
KbdLayerDescriptor@0

View file

@ -1,4 +1,4 @@
LIBRARY user32.dll
LIBRARY kbdgr.dll
EXPORTS
KbdLayerDescriptor=KbdLayerDescriptor@0

View file

@ -1,4 +1,4 @@
LIBRARY user32.dll
LIBRARY kbdse.dll
EXPORTS
KbdLayerDescriptor=KbdLayerDescriptor@0