2
0
Эх сурвалжийг харах

* delphi compat fields added to syslocale

git-svn-id: trunk@1028 -
marco 20 жил өмнө
parent
commit
0f9a1ab006

+ 5 - 0
rtl/objpas/sysutils/sysinth.inc

@@ -129,6 +129,11 @@ Const
 
 
 type
 type
   TSysLocale = record
   TSysLocale = record
+    { Delphi compat fields}
+    DefaultLCID,
+    PriLangID,
+    SubLangID  : Integer;
+
     case byte of
     case byte of
       { win32 names }
       { win32 names }
       1 : (FarEast: boolean; MiddleEast: Boolean);
       1 : (FarEast: boolean; MiddleEast: Boolean);