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 /emu/Nt | |
| parent | 0ba3f162322e6c878bc6b31c30f9e5c18b7570ef (diff) | |
20080530-2202
Diffstat (limited to 'emu/Nt')
| -rw-r--r-- | emu/Nt/ie-os.c | 2 | ||||
| -rw-r--r-- | emu/Nt/os.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emu/Nt/ie-os.c b/emu/Nt/ie-os.c index 39898d0f..f2e559ca 100644 --- a/emu/Nt/ie-os.c +++ b/emu/Nt/ie-os.c @@ -34,7 +34,7 @@ static ulong erendezvous(void*, ulong); char* runestoutf(char*, Rune*, int); int runescmp(Rune*, Rune*); -_declspec(thread) Proc *up; +__declspec(thread) Proc *up; HANDLE ntfd2h(int); int nth2fd(HANDLE); 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); |
