Changeset 125 for Include/api_gdi.sbp


Ignore:
Timestamp:
Mar 2, 2007, 2:57:09 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

#51完了

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_gdi.sbp

    r123 r125  
    660660TypeDef LOGFONT = LOGFONTA
    661661#endif
    662 Declare Function CreateFontIndirect Lib "gdi32" Alias "CreateFontIndirectA" (ByRef lplf As LOGFONT) As HFONT
     662Declare Function CreateFontIndirectA Lib "gdi32" (ByRef lf As LOGFONTA) As HFONT
     663Declare Function CreateFontIndirect Lib "gdi32" Alias "CreateFontIndirectA" (ByRef lf As LOGFONT) As HFONT
    663664
    664665Declare Function CreateHatchBrush Lib "gdi32" (fnStyle As Long, clrref As COLORREF) As HBRUSH
Note: See TracChangeset for help on using the changeset viewer.