Module: wine Branch: master Commit: 5625c6079ef84ab5f2c61991023d91db381a05a3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5625c6079ef84ab5f2c6199102...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Mar 1 11:57:00 2008 +0100
Get rid of the global thread.h header.
---
dlls/kernel32/file.c | 1 - dlls/kernel32/instr.c | 10 ++-- dlls/kernel32/module.c | 1 - dlls/kernel32/task.c | 1 - dlls/kernel32/thread.c | 1 - dlls/kernel32/wowthunk.c | 5 +- dlls/ntdll/directory.c | 1 - dlls/ntdll/env.c | 1 - dlls/ntdll/file.c | 1 - dlls/ntdll/path.c | 1 - dlls/ntdll/signal_i386.c | 15 +++--- dlls/ntdll/sync.c | 2 +- dlls/ntdll/thread.c | 2 +- dlls/winedos/dosvm.c | 10 ++-- dlls/winedos/int31.c | 30 ++++++------ dlls/winedos/interrupts.c | 5 +- include/thread.h | 115 --------------------------------------------- include/winternl.h | 37 ++++++++++++-- tools/make_makefiles | 1 - tools/winebuild/relay.c | 10 +++- 20 files changed, 76 insertions(+), 174 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5625c6079ef84ab5f2c619...