If you want this lib to be cross-platform, ultimately, it should probably be written as something like: ```pascal {$ifndef WINDOWS} CThreads, {$endif} ``` anywhere it appears.
If you want this lib to be cross-platform, ultimately, it should probably be written as something like:
anywhere it appears.