* Fix compilation on non-Unix

git-svn-id: trunk@2447 -
This commit is contained in:
daniel 2006-02-05 20:54:07 +00:00
parent 2ff2918016
commit d9030088dd

View File

@ -43,7 +43,7 @@ type
is not passed on to the program in most X terminal emulators.}
const ekm_default = ekm_microsoft;
{$else}
ekm_default = ekm_borland;
const ekm_default = ekm_borland;
{$endif}