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/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.