- Do not send the WM_MOUSEACTIVATE message for a window that has no parent.
[reactos.git] / reactos / base / applications / cmdutils / doskey / doskey.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="doskey" type="win32cui" installbase="system32" installname="doskey.exe" unicode="yes">
4 <library>kernel32</library>
5 <file>doskey.c</file>
6 <file>doskey.rc</file>
7 </module>