source: branch/egtra-gdiplus/GdiPlus.ab

Last change on this file was 241, checked in by イグトランス (egtra), 17 years ago

GDI+に対して名前空間で囲ったものの、現在コンパイルできないため分岐させておく

File size: 654 bytes
Line 
1' Gdiplus.ab
2
3#ifndef GDIPLUS_AB
4#define GDIPLUS_AB
5
6Namespace Gdiplu
7Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr
8Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr)
9
10Class GdiplusBase
11'これにはC++の配置new (placement new)が使われているので、実装を保留する。
12End Class
13
14End Namespace
15
16#include <GdiplusEnums.ab>
17#include <GdiplusTypes.ab>
18#include <GdiplusInit.ab>
19#include <GdiPlusGpStubs.ab>
20
21#include <GdiplusFlat.ab>
22
23#include <Classes/System/Drawing/misc.ab>
24#include <Classes/System/Drawing/Imaging/misc.ab>
25#include <Classes/System/Drawing/Imaging/MetafileHeader.ab>
26
27#endif 'GDIPLUS_AB
Note: See TracBrowser for help on using the repository browser.