X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/761d18c70e4e766e9ce1bc9138369e6e917bab20..5c04c841812bdb200cc3c73169b1542aef6c2fc3:/lmessages.pas diff --git a/lmessages.pas b/lmessages.pas index e17ccfe..a7bd01e 100755 --- a/lmessages.pas +++ b/lmessages.pas @@ -99,7 +99,7 @@ procedure init; implementation uses - baseunix,unix,lcore,unixutil;//,safewriteln; + baseunix,unix,lcore,unixutil,ltimevalstuff,sockets;//,safewriteln; {$i unixstuff.inc} type @@ -135,7 +135,7 @@ var //than crash after over four billion //windows have been made ;) nextwindowhandle : qword = $100000000; -{$i ltimevalstuff.inc} + //findthreaddata should only be called while holding the structurelock function findthreaddata(threadid : integer) : tthreaddata;