Last change
on this file since 108602 was 108416, checked in by vboxsync, 3 months ago |
Windows host installer stub (VBoxStub): Implemented initial support for a splash screen. Currently disabled by default + artwork intentionally missing. bugref:10870
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | ; $Id: gdiplus.def 108416 2025-02-28 09:50:18Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; Definitions for COMCTL32.DLL lazy import library.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2009-2024 Oracle and/or its affiliates.
|
---|
8 | ;
|
---|
9 | ; This file is part of VirtualBox base platform packages, as
|
---|
10 | ; available from https://www.virtualbox.org.
|
---|
11 | ;
|
---|
12 | ; This program is free software; you can redistribute it and/or
|
---|
13 | ; modify it under the terms of the GNU General Public License
|
---|
14 | ; as published by the Free Software Foundation, in version 3 of the
|
---|
15 | ; License.
|
---|
16 | ;
|
---|
17 | ; This program is distributed in the hope that it will be useful, but
|
---|
18 | ; WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
19 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
20 | ; General Public License for more details.
|
---|
21 | ;
|
---|
22 | ; You should have received a copy of the GNU General Public License
|
---|
23 | ; along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
24 | ;
|
---|
25 | ; SPDX-License-Identifier: GPL-3.0-only
|
---|
26 | ;
|
---|
27 |
|
---|
28 | LIBRARY GDIPLUS.DLL
|
---|
29 | EXPORTS
|
---|
30 | _GdipAlloc@4
|
---|
31 | _GdipFree@4
|
---|
32 | _GdiplusStartup@12
|
---|
33 | _GdiplusShutdown@4
|
---|
34 | _GdipLoadImageFromStream@8
|
---|
35 | _GdipLoadImageFromStreamICM@8
|
---|
36 | _GdipCloneImage@8
|
---|
37 | _GdipDisposeImage@4
|
---|
38 | _GdipCreateFromHDC@8
|
---|
39 | _GdipDeleteGraphics@4
|
---|
40 | _GdipDrawImageRectI@24
|
---|
41 | _GdipGetImageWidth@8
|
---|
42 | _GdipGetImageHeight@8
|
---|
43 | _GdipCloneBrush@8
|
---|
44 | _GdipDeleteBrush@4
|
---|
45 | _GdipCreateSolidFill@8
|
---|
46 | _GdipFillEllipseI@24
|
---|
47 | _GdipGraphicsClear@8
|
---|
Note:
See
TracBrowser
for help on using the repository browser.