+ added drivers.pas that includes drivers.inc

git-svn-id: branches/unicodekvm@48540 -
This commit is contained in:
nickysn 2021-02-08 20:18:42 +00:00
parent 44213e3389
commit 28cc421b13
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View File

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