* Added warning about thread-safety

git-svn-id: trunk@14172 -
This commit is contained in:
michael 2009-11-14 11:34:28 +00:00
parent bcca902839
commit 8bfab6d4c2

View File

@ -56,6 +56,7 @@ type
{ We use static variable so almost no stack is required, and is thus
more safe when an error has occured in the program }
{$WARNING This code is not thread-safe, and needs improvement }
var
e : TExeFile;
staberr : boolean;