LazUtils: fixed compilation on WinCE by adding somehow missing constants for it

This commit is contained in:
Maxim Ganetsky 2023-06-12 21:32:07 +03:00
parent e79ac027d5
commit 691e47cc00

View File

@ -499,6 +499,11 @@ end;
function GetLanguageID: TLanguageID;
{$IFDEF Windows}
procedure GetLanguage;
{$IFDEF Wince}
const
LOCALE_SISO639LANGNAME = $59;
LOCALE_SISO3166CTRYNAME = $5A;
{$ENDIF}
var
UserLCID: LCID;