|
From: Jonathan W. <jo...@tp...> - 2003-10-11 11:56:29
|
Basicly, if I declare the variable like so: DWORD __tls_index; GCC emits this as an extern. I want to declare it as "inside the file I am compiling, uninitalized and visible to other files". What do I need to do to do that? |