From d9c5943558618085062d60aab36ef94e12fa81c8 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 30 May 2008 21:03:15 +0000 Subject: 20080530-2202 --- emu/Nt/os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emu/Nt/os.c') 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); -- cgit v1.2.3