source: Include/GdiPlus.ab@ 119

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

Unicode (#50) 前準備
Byte→Char (#51) 型名は殆ど完了、ただし中身までは手を付けていないものが多い

File size: 619 bytes
Line 
1' Gdiplus.ab
2
3#ifndef GDIPLUS_AB
4#define GDIPLUS_AB
5
6Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr
7Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr)
8
9Class GdiplusBase
10'これにはC++の配置new (placement new)が使われているので、実装を保留する。
11End 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.