fix the old cygwin handle duping tests
[reactos.git] / rosapps / tests / p_dup_handle / p_dup_handle.xml
index 2b73c9b..f380285 100644 (file)
@@ -1,10 +1,8 @@
-<module name="alphablend" type="win32gui" installbase="bin" installname="alphablend.exe">\r
-       <define name="_WIN32_IE">0x0501</define>\r
-       <define name="_WIN32_WINNT">0x0501</define>\r
-       <define name="__USE_W32API" />\r
-\r
-       <library>kernel32</library>\r
-       <library>gdi32</library>\r
-\r
-       <file>alphablend.c</file>\r
-</module>
\ No newline at end of file
+<module name="p_dup_handle" type="win32cui" installbase="bin" installname="p_dup_handle.exe">
+       <define name="_WIN32_IE">0x0501</define>
+       <define name="_WIN32_WINNT">0x0501</define>
+       <define name="__USE_W32API" />
+       <library>kernel32</library>
+       <library>gdi32</library>
+       <file>p_dup_handle.c</file>
+</module>