Ignore:
Timestamp:
Feb 9, 2016, 12:58:48 PM (10 years ago)
Author:
rousseau
Message:

Added the stub sources for 'gdiplus' [gdiplus]

Stuff for the 'gdiplus' module was cloned from 'gdi32'.
For the implementation, the main source will be the Wine Git Repository.

We start at the initial wine-commit for 'gdiplus' and climb up the
wine-repo, integrating into Odin.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/include/exitlist.h

    r10370 r22118  
    4141#define EXITLIST_GDI32                  0x00009B00
    4242
     43// rousseau.201602091309: Just used a value in between for now
     44// Can these values safely be renumbered ?
     45// Like assigning 0x00009C00 to GDIPLUS ?
     46
     47//Order of GDIPLUS
     48#define EXITLIST_GDIPLUS                0x00009B80
     49
    4350//Order of Kernel32
    4451#define EXITLIST_KERNEL32               0x00009C00
Note: See TracChangeset for help on using the changeset viewer.