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