diff options
Diffstat (limited to 'emu/Nt/os.c')
| -rw-r--r-- | emu/Nt/os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/Nt/os.c b/emu/Nt/os.c index 3d60de8c..9bf6736a 100644 --- a/emu/Nt/os.c +++ b/emu/Nt/os.c @@ -32,7 +32,7 @@ static int sleepers = 0; char* runestoutf(char*, Rune*, int); int runescmp(Rune*, Rune*); -_declspec(thread) Proc *up; +__declspec(thread) Proc *up; HANDLE ntfd2h(int); int nth2fd(HANDLE); |
