I am a total C noob, bear with me---
I'm trying to compile an old Microsoft program (MTTTY).
I get the following error:
warning #2208: No support for '__declspec(thread)'.
on this line:
__declspec(thread) static DWORD dwOldStatus = 0;
I assume this is an old form of syntax that has been superseded, ( the program is from 1995), What is the correct way to code this?