+ Small nuance in thread availability

This commit is contained in:
michael 2004-05-27 22:05:50 +00:00
parent 5ddc5782e1
commit d97a312be5

View File

@ -4742,7 +4742,8 @@ reloaded by program code into the menus \dots
\section{Introduction}
\fpc supports thread programming: There is a language construct
available for thread-local storage (\var{ThreadVar}), and cross-platform
low-level thread routines are available.
low-level thread routines are available for those operating systems that
support threads.
The compiler must be told to enable threading in a program. This is done
using the \var{\{\$THREADING\}} directive: