Changeset 137 for Include/api_gdi.sbp
- Timestamp:
- Mar 7, 2007, 5:36:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_gdi.sbp
r125 r137 5 5 #define _INC_GDI 6 6 7 #ifdef UNICODE 8 Const _FuncName_CreateFontIndirect = "CreateFontIndirectW" 9 #else 10 Const _FuncName_CreateFontIndirect = "CreateFontIndirectA" 11 #endif 7 12 8 13 Const CLR_INVALID = &HFFFFFFFF … … 661 666 #endif 662 667 Declare Function CreateFontIndirectA Lib "gdi32" (ByRef lf As LOGFONTA) As HFONT 663 Declare Function CreateFontIndirect Lib "gdi32" Alias "CreateFontIndirectA"(ByRef lf As LOGFONT) As HFONT668 Declare Function CreateFontIndirect Lib "gdi32" Alias _FuncName_CreateFontIndirect (ByRef lf As LOGFONT) As HFONT 664 669 665 670 Declare Function CreateHatchBrush Lib "gdi32" (fnStyle As Long, clrref As COLORREF) As HBRUSH
Note:
See TracChangeset
for help on using the changeset viewer.