i don't know what might be wrong, but in case noone answers you: maybe divide this in much smaller patches? this way you can easily pinpoint areas where the problem is, because the patch is quite big. or you could try pinging julliard by mail or on IRC...
regards, ricardo
-------------------------------------------------- From: "Byeongsik Jeon" bsjeon@hanmail.net Sent: Monday, January 26, 2009 11:33 PM To: wine-devel@winehq.org Subject: Re: gdi32: Implement QueryFontAssocStatus
Again... What's the problem?
2009-01-20 (Tue), 06:39 +0900, Byeongsik Jeon wrote:
2009-01-19 (Mon), 09:40 +0900, Byeongsik Jeon wrote:
QueryFontAssocStatus() is the undocumented function. This is a base patch for bug#16325.
Hmm... What is the problem of this patch?
dlls/gdi32/font.c | 12 +++++++ dlls/gdi32/freetype.c | 66 ++++++++++++++++++++++++++++++++++++++++++ dlls/gdi32/gdi32.spec | 2 +- dlls/gdi32/gdi_private.h | 1 + dlls/gdi32/tests/Makefile.in | 2 +- dlls/gdi32/tests/font.c | 63 ++++++++++++++++++++++++++++++++++++++++ include/wingdi.h | 1 + 7 files changed, 145 insertions(+), 2 deletions(-)