mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:19:25 +02:00
LazUtils: fixed compilation on WinCE by adding somehow missing constants for it
This commit is contained in:
parent
e79ac027d5
commit
691e47cc00
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user