No need to define __USE_W32API
[reactos.git] / reactos / base / applications / regedit / regedit.rbuild
index 50141a1..fdd1bd7 100644 (file)
@@ -1,6 +1,8 @@
+<?xml version="1.0"?>
+<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
+<group xmlns:xi="http://www.w3.org/2001/XInclude">
 <module name="regedit" type="win32gui" installname="regedit.exe">
        <include base="regedit">.</include>
-       <define name="__USE_W32API" />
        <define name="UNICODE" />
        <define name="_UNICODE" />
        <define name="_WIN32_IE">0x0501</define>
@@ -16,6 +18,7 @@
        <library>comctl32</library>
        <library>comdlg32</library>
        <library>shlwapi</library>
+       <library>uuid</library>
        <file>about.c</file>
        <file>childwnd.c</file>
        <file>edit.c</file>
@@ -33,4 +36,5 @@
 </module>
 <directory name="clb">
        <xi:include href="clb/clb.rbuild" />
-</directory>
\ No newline at end of file
+</directory>
+</group>