Hi,
chorns@cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/tools/ Changes by: chorns@mok.osexperts.com 04/10/02 01:44:54
Modified files: ./: ChangeLog reactos/lib/gdiplus/tests/: .cvsignore Makefile reactos/lib/gdiplus/tests/tests/: test-1.c reactos/regtests/shared/: regtests.h reactos/tools/: helper.mk regtests.c Added files: reactos/lib/gdiplus/tests/: stubs.tst Removed files: reactos/lib/gdiplus/tests/: passthrough.c
Log message: 2004-10-02 Casper S. Hornstrup chorns@users.sourceforge.net
- lib/gdiplus/tests/.cvsignore: Ignore _hooks.c and _stubs.S.
- lib/gdiplus/tests/Makefile (TARGET_OBJECTS): Remove passthrough.o and
add _hooks.o and _stubs.o.
- lib/gdiplus/tests/tests/test-1.c: Test API hooking.
- regtests/shared/regtests.h: Add support for API hooking.
- tools/helper.mk: Generate stubs.
- tools/regtests.c: Add support for generating stubs and hooks.
- lib/gdiplus/tests/passthrough.c: Remove.
- lib/gdiplus/tests/stubs.tst: New file.
Build problem,
i386-mingw32-gcc -I../include -DUNICODE -Wall -Werror -fno-builtin -D__USE_W32API -DWINVER=0x0600 -D_WIN32_WINNT=0x0501 -I../../../regtests/shared -I. -I../../../include -I../../../w32api/include -pipe -march=i486 -D_M_IX86 -g -c _hooks.c -o _hooks.o _hooks.c:7:17: missing terminating " character _hooks.c:8:1: missing terminating " character _hooks.c:9: error: parse error before '{' token _hooks.c:9:17: missing terminating " character _hooks.c:10:1: missing terminating " character _hooks.c:11:18: missing terminating " character _hooks.c:12:1: missing terminating " character _hooks.c:13: error: parse error before ';' token make[1]: *** [_hooks.o] Error 1 make[1]: Leaving directory `/home/ros/reactos/lib/gdiplus/tests' make: *** [tests/_regtests.c] Error 2
Thanks, James