Module: wine Branch: master Commit: d642e114389083496f5a2409cd0cf47d348e616c URL: http://source.winehq.org/git/wine.git/?a=commit;h=d642e114389083496f5a2409cd...
Author: Ge van Geldorp ge@gse.nl Date: Tue Oct 10 20:35:46 2006 +0200
winapi_test: Regenerate tests.
Remove structs from test list which have preprocessor directives in their definitions (winapi_test can't handle that).
---
dlls/gdi/tests/generated.c | 6 +- dlls/kernel32/tests/generated.c | 16 ------ dlls/ntdll/tests/generated.c | 103 ++------------------------------------- dlls/rpcrt4/tests/generated.c | 30 +++++++++++ dlls/shell32/tests/generated.c | 47 ++++-------------- dlls/shlwapi/tests/generated.c | 6 -- dlls/urlmon/tests/generated.c | 19 +++---- dlls/user/tests/generated.c | 18 ------- tools/winapi/tests.dat | 14 +++-- tools/winapi/winapi_test | 4 ++ 10 files changed, 66 insertions(+), 197 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d642e114389083496f5a24...