source: branches/swt/src/gdiplus/gdiplus.def@ 22118

Last change on this file since 22118 was 22118, checked in by rousseau, 10 years ago

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 size: 392 bytes
Line 
1; $Id: gdiplus.DEF,v 1.25 2016-02-09 10:00:00 rousseau Exp $
2
3;Created by BLAST for IBM's compiler
4LIBRARY GDIPLUS INITINSTANCE
5DATA MULTIPLE NONSHARED
6
7IMPORTS
8;;;; Present in WGSS50
9;;;; _GpiQueryDCData = PMGPI.665
10
11EXPORTS
12
13;
14; ENDOFEXPORTS
15; Internal function marker
16;
17
18;
19; Internal functions. (starts at 1200)
20;
21
22
23;
24; Function exported to USER32
25;
Note: See TracBrowser for help on using the repository browser.