-
aa1ee5dd
by Alexandre Julliard at 2025-07-19T11:03:36+02:00
msvcrt: Remove __GNUC__ checks.
-
533db5d3
by Alexandre Julliard at 2025-07-19T11:03:54+02:00
vcomp: Remove __GNUC__ checks.
-
af8e3c35
by Alexandre Julliard at 2025-07-19T11:05:03+02:00
krnl386: Remove __i386__ checks.
16-bit code cannot be built on other platforms.
-
27d70d4e
by Alexandre Julliard at 2025-07-19T11:05:07+02:00
mmsystem: Remove __i386__ checks.
16-bit code cannot be built on other platforms.
-
93b94979
by Alexandre Julliard at 2025-07-19T11:05:13+02:00
system.drv: Remove __i386__ checks.
16-bit code cannot be built on other platforms.
-
8829e0e6
by Alexandre Julliard at 2025-07-19T11:05:20+02:00
win87em: Remove __i386__ checks.
16-bit code cannot be built on other platforms.
-
8f799fb4
by Alexandre Julliard at 2025-07-20T13:07:01+02:00
ntdll: Remove trailing backslashes from NT names.
Based on a patch by Tim Clem.