Преглед изворни кода

* delphi compat fields added to syslocale

git-svn-id: trunk@1028 -
marco пре 20 година
родитељ
комит
0f9a1ab006
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      rtl/objpas/sysutils/sysinth.inc

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

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