Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / lib / sdk / uuid / uuid.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="uuid" type="staticlibrary" allowwarnings="true">
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="_DISABLE_TIDENTS" />
6 <define name="__USE_W32API" />
7 <file>uuid.c</file>
8 </module>