Ignore:
Timestamp:
May 9, 2007, 10:26:36 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

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

Location:
branch/egtra-gdiplus
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branch/egtra-gdiplus/GdiPlus.ab

    r119 r241  
    44#define GDIPLUS_AB
    55
     6Namespace Gdiplu
    67Declare Function GdipAlloc Lib "Gdiplus.dll" (size As SIZE_T) As VoidPtr
    78Declare Sub GdipFree Lib "Gdiplus.dll" (ptr As VoidPtr)
     
    1011'これにはC++の配置new (placement new)が使われているので、実装を保留する。
    1112End Class
     13
     14End Namespace
    1215
    1316#include <GdiplusEnums.ab>
Note: See TracChangeset for help on using the changeset viewer.