diff options
Diffstat (limited to 'emu/Nt/ie-os.c')
| -rw-r--r-- | emu/Nt/ie-os.c | 2 |
1 files changed, 1 insertions, 1 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); |
