mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 15:31:19 +03:00
import KernelEx-4.0-Final
This commit is contained in:
6
apilibs/kexbases/Gdi32/_gdi32_apilist.c
Executable file → Normal file
6
apilibs/kexbases/Gdi32/_gdi32_apilist.c
Executable file → Normal file
@ -40,6 +40,8 @@ static const apilib_named_api gdi32_named_apis[] =
|
||||
DECL_API("AddFontResourceExA", AddFontResourceExA_new),
|
||||
DECL_API("AddFontResourceExW", AddFontResourceExW_new),
|
||||
DECL_API("AddFontResourceW", AddFontResourceW_new),
|
||||
DECL_API("EnumFontFamiliesExW", EnumFontFamiliesExW_new),
|
||||
DECL_API("EnumFontFamiliesW", EnumFontFamiliesW_new),
|
||||
DECL_API("ExtTextOutA", ExtTextOutA_new),
|
||||
DECL_API("ExtTextOutW", ExtTextOutW_new),
|
||||
DECL_API("GetCharWidth32A", GetCharWidthA),
|
||||
@ -47,6 +49,9 @@ static const apilib_named_api gdi32_named_apis[] =
|
||||
DECL_API("GetFontUnicodeRanges", GetFontUnicodeRanges_new),
|
||||
DECL_API("GetGlyphOutlineA", GetGlyphOutlineA_fix),
|
||||
DECL_API("GetRandomRgn", GetRandomRgn_NT),
|
||||
DECL_API("GetTextMetricsA", GetTextMetricsA_NT),
|
||||
DECL_API("GetWorldTransform", GetWorldTransform_NT),
|
||||
DECL_API("ModifyWorldTransform", ModifyWorldTransform_NT),
|
||||
DECL_API("PolyTextOutA", PolyTextOutA_new),
|
||||
DECL_API("PolyTextOutW", PolyTextOutW_new),
|
||||
DECL_API("RemoveFontMemResourceEx", RemoveFontMemResourceEx_stub),
|
||||
@ -56,6 +61,7 @@ static const apilib_named_api gdi32_named_apis[] =
|
||||
DECL_API("SetDCBrushColor", SetDCBrushColor_stub),
|
||||
DECL_API("SetDCPenColor", SetDCPenColor_stub),
|
||||
DECL_API("SetGraphicsMode", SetGraphicsMode_NT),
|
||||
DECL_API("SetMapMode", SetMapMode_NT),
|
||||
DECL_API("SetWorldTransform", SetWorldTransform_9x),
|
||||
DECL_API("SetWorldTransform", SetWorldTransform_NT),
|
||||
/*** AUTOGENERATED APILIST NAMED EXPORTS END ***/
|
||||
|
Reference in New Issue
Block a user