瀏覽代碼

+ added drivers.pas that includes drivers.inc

git-svn-id: branches/unicodekvm@48540 -
nickysn 4 年之前
父節點
當前提交
28cc421b13
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .gitattributes
  2. 1 0
      packages/fv/src/drivers.pas

+ 1 - 0
.gitattributes

@@ -5005,6 +5005,7 @@ packages/fv/src/colorsel.pas svneol=native#text/plain
 packages/fv/src/colortxt.pas svneol=native#text/plain
 packages/fv/src/dialogs.pas svneol=native#text/plain
 packages/fv/src/drivers.inc svneol=native#text/plain
+packages/fv/src/drivers.pas svneol=native#text/plain
 packages/fv/src/editors.pas svneol=native#text/plain
 packages/fv/src/fvcommon.pas svneol=native#text/plain
 packages/fv/src/fvconsts.pas svneol=native#text/plain

+ 1 - 0
packages/fv/src/drivers.pas

@@ -0,0 +1 @@
+{$I drivers.inc}