+{ Copyright (C) 2005 Bas Steendijk and Peter Green\r
+ For conditions of distribution and use, see copyright notice in zlib_license.txt\r
+ which is included in the package\r
+ ----------------------------------------------------------------------------- }\r
+\r
+//this unit provides a rough approximation of windows messages on linux\r
+//it is usefull for multithreaded applications on linux to communicate back to\r
+//the main lcore thread\r
+//This unit is *nix only, on windows you should use the real thing\r
+\r
unit lmessages;\r
//windows messages like system based on lcore tasks\r
interface\r
\r
implementation\r
uses\r
- baseunix,unix,lcore;//,safewriteln;\r
+ baseunix,unix,lcore,unixutil;//,safewriteln;\r
{$i unixstuff.inc}\r
\r
type\r
end;\r
end;\r
\r
-end.
\ No newline at end of file
+end.\r