Changeset 22118 for branches/swt/include


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

Location:
branches/swt/include
Files:
2 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
  • branches/swt/include/versionos2.h

    r22030 r22118  
    5454#define GDI32_MAJORIMAGE_VERSION    ODINNT_MAJOR_VERSION
    5555#define GDI32_MINORIMAGE_VERSION    ODINNT_MINOR_VERSION
     56#define GDIPLUS_MAJORIMAGE_VERSION  ODINNT_MAJOR_VERSION
     57#define GDIPLUS_MINORIMAGE_VERSION  ODINNT_MINOR_VERSION
    5658#define SHELL32_MAJORIMAGE_VERSION  ODINNT_MAJOR_VERSION
    5759#define SHELL32_MINORIMAGE_VERSION  ODINNT_MINOR_VERSION
Note: See TracChangeset for help on using the changeset viewer.