fix slow send speed, new fifo allows get of entire buffer
[lcore.git] / wmessages.pas
index fed92590636fca101080c47c4042ed4cba167fb3..526eba5ccc5e938c0e47efe2bca3fbb2b3056596 100644 (file)
@@ -1,6 +1,11 @@
+{ 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
 unit wmessages;\r
-//this unit contains varions functions and types to make it easier to write\r
-//code that works with both real windows messages and lmessages\r
+//this unit contains various functions and types to make it easier to write\r
+//code that works with both real windows messages and lcoremessages\r
 \r
 interface\r
 uses windows,messages,pgtypes;\r
@@ -10,7 +15,7 @@ type
 \r
 //according to MS you are supposed to use get/setwindowlongptr to get/set\r
 //pointers in extra window memory so your program can be built for win64, this\r
-//is also the only interface to window memory that lmessages offers but delphi\r
+//is also the only interface to window memory that lcoremessages offers but delphi\r
 //doesn't define it so alias it to getwindowlong here for win32.\r
 {$ifndef win64} //future proofing ;)\r
   function getwindowlongptr(ahwnd:hwnd;nindex:integer) : taddrint;\r