Parcourir la source

* delphi compat fields added to syslocale

git-svn-id: trunk@1028 -
marco il y a 20 ans
Parent
commit
0f9a1ab006
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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);