genericptr/GLCanvas

The CThreads unit is not a thing on Windows, FYI

Opened this issue · 0 comments

If you want this lib to be cross-platform, ultimately, it should probably be written as something like:

{$ifndef WINDOWS}
  CThreads,
{$endif}

anywhere it appears.