mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
bugfix : EngGetCurrentCodePage
svn path=/trunk/; revision=28522
This commit is contained in:
@@ -2633,14 +2633,15 @@ EngFreeModule(HANDLE h)
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
|
||||
VOID STDCALL
|
||||
EngGetCurrentCodePage(OUT PUSHORT OemCodePage,
|
||||
OUT PUSHORT AnsiCodePage)
|
||||
{
|
||||
OemCodePage = (PUSHORT) GetOEMCP();
|
||||
AnsiCodePage = (PUSHORT) GetACP();
|
||||
*OemCodePage = GetOEMCP();
|
||||
*AnsiCodePage = GetACP();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user