Ignore:
Timestamp:
Feb 14, 2016, 2:28:23 PM (10 years ago)
Author:
rousseau
Message:

Integrating from Wine Sources [gdiplus]

We will start with 'gdiplus.cpp' and build a minimal 'gdiplus.dll'.
While climbing up the wine-repo, more info will be obtained about the
integration process. This info is collected at the developer-site with
the goal of auto-integration in the future.

Commit: a781bbf096d9a3264fe52fa90891b5a19fca9e4d
Wine git-repo: git://source.winehq.org/git/wine.git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/gdiplus/dbglocal.cpp

    r22118 r22120  
    2323{
    2424"gdiplus",
    25 "opengl",
    26 "callback",
    27 "dibsect",
    28 "initterm",
    29 "resource",
    30 "oslibgdi",
    31 "font",
    32 "text",
    33 "palette",
    34 "line",
    35 "oslibgpi",
    36 "region",
    37 "metafile",
    38 "dibitmap",
    39 "blit",
    40 "rgbcvt",
    41 "objhandle",
    42 "transform",
    43 "printer",
    44 "icm",
    45 "trace",
    46 "fontres",
    47 "devcontext"
     25"initterm"
     26///...
    4827};
    4928//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.