* various fixups resulting from getting the test app working on a XP
[lcore.git] / lmessages.pas
index 0dc159b4c8841a9de5b27d80e9c0dd48401d7233..1302e298afb5f3a5ed649bdc9f8a6f4f91ba8215 100755 (executable)
@@ -3,6 +3,11 @@
   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