mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[KERNEL32]: Add a DPRINT1 when failing GetCPInfo in kernel32, to highlight the fact our MSVCRT is sending us bogus codepage/locale IDs.
svn path=/trunk/; revision=59930
This commit is contained in:
parent
17e4a83527
commit
b3ae8180d3
1 changed files with 1 additions and 0 deletions
|
@ -1747,6 +1747,7 @@ GetCPInfo(UINT CodePage,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
DPRINT1("Invalid CP!: %lx\n", CodePage);
|
||||
SetLastError( ERROR_INVALID_PARAMETER );
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue