Module: wine Branch: refs/heads/master Commit: f824852b2662177adebee2445d4a715b1399c329 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f824852b2662177adebee244...
Author: Steven Edwards winehacker@gmail.com Date: Tue Jan 3 13:23:21 2006 +0100
gdi: Win16/32 split of most of the metafile support.
---
dlls/gdi/Makefile.in | 1 dlls/gdi/gdi_private.h | 5 + dlls/gdi/metafile.c | 319 ------------------------------------------------ dlls/gdi/metafile16.c | 316 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/gdi/mfdrv/init.c | 23 +++ 5 files changed, 348 insertions(+), 316 deletions(-) create mode 100644 dlls/gdi/metafile16.c