[PATCH 3/8] winemac: Implement GetDeviceCaps().

Ken Thomases ken at codeweavers.com
Mon Dec 17 11:50:30 CST 2012


On Dec 17, 2012, at 8:06 AM, Alexandre Julliard wrote:

> Ken Thomases <ken at codeweavers.com> writes:
> 
>> ---
>> dlls/winemac.drv/Makefile.in |    1 +
>> dlls/winemac.drv/gdi.c       |  321 ++++++++++++++++++++++++++++++++++++++++-
>> dlls/winemac.drv/macdrv.h    |  101 +++++++++++++
>> 3 files changed, 415 insertions(+), 8 deletions(-)
>> create mode 100644 dlls/winemac.drv/macdrv.h
> 
> It doesn't build here on OS X 10.5.8:

Oh, right.  The Mac driver requires 10.6 or later.  So, I'll have to change the configure script to only enable building of it on such systems.

-Ken




More information about the wine-devel mailing list