Browse Source

+ added drivers.pas that includes drivers.inc

git-svn-id: branches/unicodekvm@48540 -
nickysn 4 years ago
parent
commit
28cc421b13
2 changed files with 2 additions and 0 deletions
  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}