mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:39:15 +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;
|
function GetLanguageID: TLanguageID;
|
||||||
{$IFDEF Windows}
|
{$IFDEF Windows}
|
||||||
procedure GetLanguage;
|
procedure GetLanguage;
|
||||||
|
{$IFDEF Wince}
|
||||||
|
const
|
||||||
|
LOCALE_SISO639LANGNAME = $59;
|
||||||
|
LOCALE_SISO3166CTRYNAME = $5A;
|
||||||
|
{$ENDIF}
|
||||||
var
|
var
|
||||||
UserLCID: LCID;
|
UserLCID: LCID;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user