[PATCH v2] server: Rename cpu_type_t to client_cpu_t.
5 Jul
2019
5 Jul
'19
1:37 p.m.
To avoid conflicts with mac headers. Signed-off-by: Jacek Caban <jacek(a)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(-)
5 Jul
5 Jul
8:13 p.m.
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
2443
Age (days ago)
2443
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alex Henrie -
Jacek Caban