Changeset 22118


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
Files:
9 added
3 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
  • branches/swt/src/Makefile.kmk

    r22101 r22118  
    2020include $(PATH_SUB_CURRENT)/user32/Makefile.kmk
    2121include $(PATH_SUB_CURRENT)/gdi32/Makefile.kmk
     22include $(PATH_SUB_CURRENT)/gdiplus/Makefile.kmk
    2223include $(PATH_SUB_CURRENT)/imm32/Makefile.kmk
    2324include $(PATH_SUB_CURRENT)/comctl32/Makefile.kmk
Note: See TracChangeset for help on using the changeset viewer.