X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4782a5c5afee47721cc617daa40dd29828342c2b..eaf53edbc38a2987348e92205a2fd2f1982bc2e1:/lmessages.pas diff --git a/lmessages.pas b/lmessages.pas index 7bb73fd..0dc159b 100755 --- a/lmessages.pas +++ b/lmessages.pas @@ -1,3 +1,8 @@ +{ Copyright (C) 2005 Bas Steendijk and Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } + unit lmessages; //windows messages like system based on lcore tasks interface @@ -84,7 +89,7 @@ procedure init; implementation uses - baseunix,unix,lcore;//,safewriteln; + baseunix,unix,lcore,unixutil;//,safewriteln; {$i unixstuff.inc} type @@ -653,4 +658,4 @@ begin end; end; -end. \ No newline at end of file +end.