Module: wine Branch: master Commit: de66aebebdb5dc496684f11f51fa95241c6a90fc URL: http://source.winehq.org/git/wine.git/?a=commit;h=de66aebebdb5dc496684f11f51...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Feb 20 00:13:32 2008 +0100
gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW().
---
dlls/gdi32/font.c | 196 ---------------------------------------------------- dlls/gdi32/gdi16.c | 109 +++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+), 196 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=de66aebebdb5dc496684f1...