Last change
on this file since 435 was
300,
checked in by dai, 16 years ago
|
trunkディレクトリを作成。bin、Include、TestCaseをtrunkに移動した。
標準ライブラリのビルドバッチを追加。
|
File size:
619 bytes
|
Line | |
---|
1 | ' Gdiplus.ab |
---|
2 | |
---|
3 | #ifndef GDIPLUS_AB |
---|
4 | #define GDIPLUS_AB |
---|
5 | |
---|
6 | Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr |
---|
7 | Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr) |
---|
8 | |
---|
9 | Class GdiplusBase |
---|
10 | 'これにはC++の配置new (placement new)が使われているので、実装を保留する。 |
---|
11 | End Class |
---|
12 | |
---|
13 | #include <GdiplusEnums.ab> |
---|
14 | #include <GdiplusTypes.ab> |
---|
15 | #include <GdiplusInit.ab> |
---|
16 | #include <GdiPlusGpStubs.ab> |
---|
17 | |
---|
18 | #include <GdiplusFlat.ab> |
---|
19 | |
---|
20 | #include <Classes/System/Drawing/misc.ab> |
---|
21 | #include <Classes/System/Drawing/Imaging/misc.ab> |
---|
22 | #include <Classes/System/Drawing/Imaging/MetafileHeader.ab> |
---|
23 | |
---|
24 | #endif 'GDIPLUS_AB |
---|
Note: See
TracBrowser
for help on using the repository browser.