summaryrefslogtreecommitdiff
path: root/Nt
diff options
context:
space:
mode:
Diffstat (limited to 'Nt')
-rwxr-xr-xNt/386/include/lib9.h2
1 files changed, 1 insertions, 1 deletions
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;