mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +00:00
Stefan Ginsberg <stefan__100__@hotmail.com>
- Fix the commented out export in win32k.def and fix the definition for EngGetCurrentCodePage. - Add RtlGetDefaultCodePage to NDK headers. svn path=/trunk/; revision=33609
This commit is contained in:
parent
be3257fbc9
commit
7347f5ab15
3 changed files with 21 additions and 4 deletions
|
@ -2883,6 +2883,14 @@ RtlWriteRegistryValue(
|
|||
//
|
||||
// NLS Functions
|
||||
//
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
RtlGetDefaultCodePage(
|
||||
OUT PUSHORT AnsiCodePage,
|
||||
OUT PUSHORT OemCodePage
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
|
|
@ -243,4 +243,13 @@ EngGetProcessHandle(VOID)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
VOID
|
||||
APIENTRY
|
||||
EngGetCurrentCodePage(OUT PUSHORT OemCodePage,
|
||||
OUT PUSHORT AnsiCodePage)
|
||||
{
|
||||
/* Forward to kernel */
|
||||
return RtlGetDefaultCodePage(AnsiCodePage, OemCodePage);
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -67,7 +67,7 @@ EngFreeModule@4
|
|||
EngFreePrivateUserMem@8
|
||||
EngFreeSectionMem@8
|
||||
EngFreeUserMem@4
|
||||
EngGetCurrentCodePage@8=ntoskrnl.RtlGetCurrentCodePage
|
||||
EngGetCurrentCodePage@8
|
||||
EngGetCurrentProcessId@0
|
||||
EngGetCurrentThreadId@0
|
||||
EngGetDriverName@4
|
||||
|
@ -104,7 +104,7 @@ EngMarkBandingSurface@4
|
|||
EngModifySurface@32
|
||||
EngMovePointer@16
|
||||
EngMulDiv@12
|
||||
EngMultiByteToUnicodeN@20=ntoskrnl.RtlMultiByteToUnicodeN
|
||||
EngMultiByteToUnicodeN@20=NTOSKRNL.RtlMultiByteToUnicodeN
|
||||
EngMultiByteToWideChar@20
|
||||
EngNineGrid@36
|
||||
EngPaint@20
|
||||
|
@ -133,7 +133,7 @@ EngStrokeAndFillPath@40
|
|||
EngStrokePath@32
|
||||
EngTextOut@40
|
||||
EngTransparentBlt@32
|
||||
EngUnicodeToMultiByteN@20=ntoskrnl.RtlUnicodeToMultiByteN
|
||||
EngUnicodeToMultiByteN@20=NTOSKRNL.RtlUnicodeToMultiByteN
|
||||
EngUnloadImage@4
|
||||
EngUnlockDirectDrawSurface@4
|
||||
EngUnlockDriverObj@4
|
||||
|
@ -176,7 +176,7 @@ FONTOBJ_pfdg@4
|
|||
FONTOBJ_pifi@4
|
||||
FONTOBJ_pjOpenTypeTablePointer@12
|
||||
FONTOBJ_pvTrueTypeFontFile@8
|
||||
;FONTOBJ_pwszFontFilePaths@4
|
||||
FONTOBJ_pwszFontFilePaths@8
|
||||
FONTOBJ_pxoGetXform@4
|
||||
FONTOBJ_vGetInfo@12
|
||||
HT_ComputeRGBGammaTable@24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue