From d9c5943558618085062d60aab36ef94e12fa81c8 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 30 May 2008 21:03:15 +0000 Subject: 20080530-2202 --- Nt/386/include/lib9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Nt/386/include') diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h index 4bbb8e5d..7b723c5f 100755 --- a/Nt/386/include/lib9.h +++ b/Nt/386/include/lib9.h @@ -479,7 +479,7 @@ struct FPU extern void sleep(int); /* Set up private thread space */ -extern _declspec(thread) Proc* up; +extern __declspec(thread) Proc* up; #define Sleep NTsleep typedef jmp_buf osjmpbuf; -- cgit v1.2.3