瀏覽代碼

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