Let glk-sys build on MSVC

The MSVC C compiler on Windows doesn't support the _Thread_local specifier, but it does support __declspec(thread), which does the same thing.

This change allows glk-sys to build on Windows. It doesn't address the linker issues with the toyglk example, as those seem to be related to Glulx rather than Glk.

Merge request reports

Loading