Browse Source

* delphi compat fields added to syslocale

git-svn-id: trunk@1028 -
marco 20 years ago
parent
commit
0f9a1ab006
1 changed files with 5 additions and 0 deletions
  1. 5 0
      rtl/objpas/sysutils/sysinth.inc

+ 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);