To avoid conflicts with mac headers.
Signed-off-by: Jacek Caban jacek@codeweavers.com --- v2: Includes make_request changes.
dlls/kernel32/process.c | 2 +- dlls/ntdll/process.c | 2 +- server/protocol.def | 14 +++++++------- server/trace.c | 14 +++++++------- tools/make_requests | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-)
Hi Jacek,
Names with the suffix _t are reserved for POSIX extensions, so you might want to drop the _t from this typename altogether. See https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#ta...
-Alex