diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-05-30 21:03:15 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-05-30 21:03:15 +0000 |
| commit | d9c5943558618085062d60aab36ef94e12fa81c8 (patch) | |
| tree | 67f5aceaf0a329cac9d37945c15ec928014bf192 /Nt/386/include/lib9.h | |
| parent | 0ba3f162322e6c878bc6b31c30f9e5c18b7570ef (diff) | |
20080530-2202
Diffstat (limited to 'Nt/386/include/lib9.h')
| -rwxr-xr-x | Nt/386/include/lib9.h | 2 |
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; |
