mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
9 lines
386 B
Ruby
9 lines
386 B
Ruby
<module name="kbdbgm" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdbgm.dll" allowwarnings="true">
|
|
<importlibrary definition="kbdbgm.def" />
|
|
<include base="ntoskrnl">include</include>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_WINNT">0x0500</define>
|
|
<file>kbdbgm.c</file>
|
|
<file>kbdbgm.rc</file>
|
|
</module>
|