X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/f04d9ac0ffbe96ead372b84dad0786daba7f5ed7..170e475daffeb198914a020e26afaf803a6f9608:/lmessages.pas?ds=inline diff --git a/lmessages.pas b/lmessages.pas index db26b38..1302e29 100755 --- a/lmessages.pas +++ b/lmessages.pas @@ -1,3 +1,13 @@ +{ 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 + ----------------------------------------------------------------------------- } + +//this unit provides a rough approximation of windows messages on linux +//it is usefull for multithreaded applications on linux to communicate back to +//the main lcore thread +//This unit is *nix only, on windows you should use the real thing + unit lmessages; //windows messages like system based on lcore tasks interface