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/GdiPlusInit.ab

    r77 r241  
    33#ifndef __GDIPLUSINIT_AB__
    44#define __GDIPLUSINIT_AB__
     5
     6Namespace Gdiplus
    57
    68Enum DebugEventLevel
     
    3436End Type
    3537
    36 Declare Function GdiplusStartup Lib "GdiPlus.dll" (
     38Declare Function GdiplusStartup Lib "Gdiplus.dll" (
    3739    /*OUT*/ ByRef token As ULONG_PTR,
    3840            ByRef input As GdiplusStartupInput,
    3941    /*OUT*/ ByVal output As *GdiplusStartupOutput) As Status
    4042
    41 Declare Sub GdiplusShutdown Lib "GdiPlus.dll" (ByVal token As ULONG_PTR)
     43Declare Sub GdiplusShutdown Lib "Gdiplus.dll" (ByVal token As ULONG_PTR)
     44
     45End Namespace
    4246
    4347#endif '__GDIPLUSINIT_AB__
Note: See TracChangeset for help on using the changeset viewer.