mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
Move tests from rosapps to rostests
svn path=/trunk/; revision=26010
This commit is contained in:
parent
3e98dbd825
commit
2199ae9003
262 changed files with 362 additions and 6 deletions
8
rostests/tests/map_dup_inherit/map_dup_inherit.rbuild
Normal file
8
rostests/tests/map_dup_inherit/map_dup_inherit.rbuild
Normal file
|
@ -0,0 +1,8 @@
|
|||
<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" />
|
||||
<library>kernel32</library>
|
||||
<library>gdi32</library>
|
||||
<file>map_dup_inherit.c</file>
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue