mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
fix some names
svn path=/trunk/; revision=28149
This commit is contained in:
parent
0ebf3b75fd
commit
9c457ea930
1 changed files with 4 additions and 5 deletions
|
@ -13,7 +13,7 @@ SyscallTable_XP_2600[] =
|
||||||
{L"NtGdiAlphaBlend", 0x1007,12},
|
{L"NtGdiAlphaBlend", 0x1007,12},
|
||||||
{L"NtGdiAngleArc", 0x1008,6},
|
{L"NtGdiAngleArc", 0x1008,6},
|
||||||
{L"NtGdiAnyLinkedFonts", 0x1009,0},
|
{L"NtGdiAnyLinkedFonts", 0x1009,0},
|
||||||
{L"GreFontIsLinked", 0x100A,1},
|
{L"NtGdiFontIsLinked", 0x100A,1},
|
||||||
{L"NtGdiArcInternal", 0x100B,10},
|
{L"NtGdiArcInternal", 0x100B,10},
|
||||||
{L"NtGdiBeginPath", 0x100C,1},
|
{L"NtGdiBeginPath", 0x100C,1},
|
||||||
{L"NtGdiBitBlt", 0x100D,11},
|
{L"NtGdiBitBlt", 0x100D,11},
|
||||||
|
@ -123,7 +123,7 @@ SyscallTable_XP_2600[] =
|
||||||
{L"NtGdiDvpReleaseNotification", 0x1075,2},
|
{L"NtGdiDvpReleaseNotification", 0x1075,2},
|
||||||
{L"NtGdiDxgGenericThunk", 0x1076,6},
|
{L"NtGdiDxgGenericThunk", 0x1076,6},
|
||||||
{L"NtGdiDeleteClientObj", 0x1077,1},
|
{L"NtGdiDeleteClientObj", 0x1077,1},
|
||||||
{L"bDeleteColorSpace", 0x1078,1},
|
{L"NtGdiDeleteColorSpace", 0x1078,1},
|
||||||
{L"NtGdiDeleteColorTransform", 0x1079,2},
|
{L"NtGdiDeleteColorTransform", 0x1079,2},
|
||||||
{L"NtGdiDeleteObjectApp", 0x107A,1},
|
{L"NtGdiDeleteObjectApp", 0x107A,1},
|
||||||
{L"NtGdiDescribePixelFormat", 0x107B,4},
|
{L"NtGdiDescribePixelFormat", 0x107B,4},
|
||||||
|
@ -132,7 +132,7 @@ SyscallTable_XP_2600[] =
|
||||||
{L"NtGdiDoPalette", 0x107E,6},
|
{L"NtGdiDoPalette", 0x107E,6},
|
||||||
{L"NtGdiDrawEscape", 0x107F,4},
|
{L"NtGdiDrawEscape", 0x107F,4},
|
||||||
{L"NtGdiEllipse", 0x1080,5},
|
{L"NtGdiEllipse", 0x1080,5},
|
||||||
{L"GreEnableEUDC", 0x1081,1},
|
{L"NtGdiEnableEUDC", 0x1081,1},
|
||||||
{L"NtGdiEndDoc", 0x1082,1},
|
{L"NtGdiEndDoc", 0x1082,1},
|
||||||
{L"NtGdiEndPage", 0x1083,1},
|
{L"NtGdiEndPage", 0x1083,1},
|
||||||
{L"NtGdiEndPath", 0x1084,1},
|
{L"NtGdiEndPath", 0x1084,1},
|
||||||
|
@ -215,7 +215,7 @@ SyscallTable_XP_2600[] =
|
||||||
{L"NtGdiGetUFI", 0x10D1,6},
|
{L"NtGdiGetUFI", 0x10D1,6},
|
||||||
{L"NtGdiGetEmbUFI", 0x10D2,7},
|
{L"NtGdiGetEmbUFI", 0x10D2,7},
|
||||||
{L"NtGdiGetUFIPathname", 0x10D3,10},
|
{L"NtGdiGetUFIPathname", 0x10D3,10},
|
||||||
{L"GreGetEmbedFonts", 0x10D4,0},
|
{L"NtGdiGetEmbedFonts", 0x10D4,0},
|
||||||
{L"NtGdiChangeGhostFont", 0x10D5,2},
|
{L"NtGdiChangeGhostFont", 0x10D5,2},
|
||||||
{L"NtGdiAddEmbFontToDC", 0x10D6,2},
|
{L"NtGdiAddEmbFontToDC", 0x10D6,2},
|
||||||
{L"NtGdiGetFontUnicodeRanges", 0x10D7,2},
|
{L"NtGdiGetFontUnicodeRanges", 0x10D7,2},
|
||||||
|
@ -261,7 +261,6 @@ SyscallTable_XP_2600[] =
|
||||||
{L"NtGdiScaleViewportExtEx", 0x10FF,6},
|
{L"NtGdiScaleViewportExtEx", 0x10FF,6},
|
||||||
{L"NtGdiScaleWindowExtEx", 0x1100,6},
|
{L"NtGdiScaleWindowExtEx", 0x1100,6},
|
||||||
{L"NtGdiSelectBitmap", 0x1101,2},
|
{L"NtGdiSelectBitmap", 0x1101,2},
|
||||||
{L"GreSelectBitmap", 0x1101,2},
|
|
||||||
{L"NtGdiSelectBrush", 0x1102,2},
|
{L"NtGdiSelectBrush", 0x1102,2},
|
||||||
{L"NtGdiSelectClipPath", 0x1103,2},
|
{L"NtGdiSelectClipPath", 0x1103,2},
|
||||||
{L"NtGdiSelectFont", 0x1104,2},
|
{L"NtGdiSelectFont", 0x1104,2},
|
||||||
|
|
Loading…
Reference in a new issue