- Implement ProtocolResetComplete
[reactos.git] / dll / keyboard / kbdru / kbdru.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="kbdru" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdru.dll" allowwarnings="true">
4 <importlibrary definition="kbdru.def" />
5 <include base="ntoskrnl">include</include>
6 <define name="_DISABLE_TIDENTS" />
7 <define name="_WIN32_WINNT">0x0500</define>
8 <file>kbdru.c</file>
9 <file>kbdru.rc</file>
10 </module>