http://bugs.winehq.org/show_bug.cgi?id=8936
--- Comment #29 from Alex Balut alexandru.balut@gmail.com 2007-12-27 08:20:13 --- Thanks! Please make sure that when you cd to tests and run "make test" it runs. http://www.winehq.org/site/sending_patches
Some minor comments:
tests/context.c: - is math.h needed? - would be nice to have a single test instead of two, use strncmp, otherwise use rc = *ret[... - add a comment to the function instead of that trace call inside the function, this is just a minor test
wintab_internal.h: - "1 string terminator" instead of "1 endline"
context.c: - you could include the other change I mentioned, about DUMPCONTEXT, it's really small