|
Last change
on this file since 22145 was 22120, checked in by rousseau, 10 years ago |
|
Integrating from Wine Sources [gdiplus]
We will start with 'gdiplus.cpp' and build a minimal 'gdiplus.dll'.
While climbing up the wine-repo, more info will be obtained about the
integration process. This info is collected at the developer-site with
the goal of auto-integration in the future.
Commit: a781bbf096d9a3264fe52fa90891b5a19fca9e4d
Wine git-repo: git://source.winehq.org/git/wine.git
|
|
File size:
674 bytes
|
| Line | |
|---|
| 1 | ; $Id: gdiplusdbg.DEF,v 1.4 2016-02-09 10:00:00 rousseau Exp $
|
|---|
| 2 |
|
|---|
| 3 | ;Created by BLAST for IBM's compiler
|
|---|
| 4 | LIBRARY GDIPLUS INITINSTANCE
|
|---|
| 5 | DATA MULTIPLE NONSHARED
|
|---|
| 6 |
|
|---|
| 7 | IMPORTS
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | EXPORTS
|
|---|
| 11 | GdipAlloc = "_DbgGdipAlloc@4" @34
|
|---|
| 12 | ; GdipFlush = "_DbgGdipFlush@8" @224
|
|---|
| 13 | GdipFree = "_DbgGdipFree@4" @225
|
|---|
| 14 | GdiplusShutdown = "_DbgGdiplusShutdown@4" @608
|
|---|
| 15 | GdiplusStartup = "_DbgGdiplusStartup@12" @609
|
|---|
| 16 |
|
|---|
| 17 | ;
|
|---|
| 18 | ; ENDOFEXPORTS
|
|---|
| 19 | ; Internal function marker
|
|---|
| 20 | ;
|
|---|
| 21 |
|
|---|
| 22 | ;
|
|---|
| 23 | ; Internal functions. (starts at 1200)
|
|---|
| 24 | ;
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | ;
|
|---|
| 28 | ; Function exported to USER32
|
|---|
| 29 | ;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.