Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / shell / explorer / notifyhook / notifyhook.rbuild
index 524d289..5e079a2 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0"?>
-<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
-  <module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
-    <importlibrary definition="notifyhook.def" />
-    <include base="notifyhook">.</include>
-    <define name="__USE_W32API" />
-    <define name="_WIN32_IE">0x0600</define>
-    <define name="_NOTIFYHOOK_IMPL" />
-    <library>kernel32</library>
-    <library>user32</library>
-    <file>notifyhook.c</file>
-    <file>notifyhook.rc</file>
-  </module>
-</rbuild>
+<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
+<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
+       <importlibrary definition="notifyhook.def" />
+       <include base="notifyhook">.</include>
+       <define name="__USE_W32API" />
+       <define name="_WIN32_IE">0x0600</define>
+       <define name="_NOTIFYHOOK_IMPL" />
+       <library>kernel32</library>
+       <library>user32</library>
+       <file>notifyhook.c</file>
+       <file>notifyhook.rc</file>
+</module>