mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
11 lines
347 B
Text
11 lines
347 B
Text
|
<module name="kbdlayout" type="win32gui" installbase="system32" installname="kbdlayout.exe">
|
||
|
<include base="kbdlayout">.</include>
|
||
|
<define name="__USE_W32API" />
|
||
|
<define name="_UNICODE" />
|
||
|
<library>kernel32</library>
|
||
|
<library>user32</library>
|
||
|
<library>gdi32</library>
|
||
|
<file>kbdlayout.c</file>
|
||
|
<file>kbdlayout.rc</file>
|
||
|
</module>
|