This website requires JavaScript.
Explore
Help
Register
Sign In
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-02 21:09:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f2512254e0
reactos
/
drivers
/
network
/
tcpip
/
tests
/
setup.c
7 lines
61 B
C
Raw
Normal View
History
Unescape
Escape
2004-10-28 Casper S. Hornstrup <chorns@users.sourceforge.net> * drivers/net/tcpip/tests/setup.c: Include windows.h. * lib/gdiplus/tests/setup.c: Ditto. * lib/kernel32/tests/setup.c: Ditto. * lib/ws2_32/tests/setup.c: Ditto. * subsys/win32k/tests/setup.c: Ditto. * ntoskrnl/tests/setup.c: Ditto. * ntoskrnl/include/ntoskrnl.h: Include test.h. * ntoskrnl/mm/virtual.c (NtLockVirtualMemoryInternal): New function. (NtLockVirtualMemory): Use NtLockVirtualMemoryInternal. * ntoskrnl/tests/Makefile (TARGET_CFLAGS): Add -I../include. * ntoskrnl/tests/stubs.tst: Remove stubs for functions in libgcc. * regtests/shared/regtests.h: Make independent of windows.h. * tools/helper.mk (run): Link with libgcc. * tools/regtests.c (EXESTUB): Include windows.h. * ntoskrnl/include/internal/test.h: New file. * ntoskrnl/tests/tests/VirtualMemory.c: Ditto. svn path=/trunk/; revision=11466
2004-10-28 19:01:59 +00:00
#
include
<windows.h>
2004-10-24 Casper S. Hornstrup <chorns@users.sourceforge.net> * config (REGRESSIONTESTS): Remove. * tools/config.mk: Update. * lib/kernel32/misc/dllmain.c: Update. * drivers/net/tcpip/tests/Makefile (TARGET_OBJECTS): Add setup.o. * lib/gdiplus/tests/Makefile (TARGET_OBJECTS): Ditto. * lib/kernel32/tests/Makefile (TARGET_OBJECTS): Ditto. * lib/ws2_32/tests/Makefile (TARGET_OBJECTS): Ditto. * subsys/win32k/tests/makefile (TARGET_OBJECTS): Ditto. * regtests/shared/regtests.h (SetupOnce, _SetupOnce): Declare. (DISPATCHER): Rename to _Dispatcher. * lib/gdiplus/tests/tests/test-1.c: Update. * lib/kernel32/tests/tests/CreateFile.c: Ditto. * lib/ws2_32/tests/tests/WinsockEvent.c: Ditto. * subsys/win32k/tests/tests/eng-mem-1.c: Ditto. * tools/helper.mk: Be quiet when building tests. * tools/regtests.c: Remove unused code. * drivers/net/tcpip/tests/setup.c: New file. * lib/gdiplus/tests/setup.c: Ditto. * lib/kernel32/tests/setup.c: Ditto. * lib/ws2_32/tests/setup.c: Ditto. * subsys/win32k/tests/setup.c: Ditto. svn path=/trunk/; revision=11414
2004-10-24 12:39:54 +00:00
#
include
"regtests.h"
_SetupOnce
(
)
{
}
Reference in a new issue
Copy permalink