mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
fix the old cygwin handle duping tests
svn path=/trunk/; revision=19233
This commit is contained in:
parent
a46e673dff
commit
a6eeb0f533
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<module name="map_dup_inherit" type="win32gui" installbase="bin" installname="map_dup_inherit.exe">
|
||||
<module name="map_dup_inherit" type="win32cui" installbase="bin" installname="map_dup_inherit.exe">
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<module name="p_dup_handle" type="win32gui" installbase="bin" installname="p_dup_handle.exe">
|
||||
<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" />
|
||||
|
|
Loading…
Reference in a new issue