reactos/sdk
Timo Kreuzer a438d7c3b8 [UCRT] Add GCC compatible definition of _CRT_STDIO_INLINE
In C99 mode GCC emits global symbols for inline functions, as soon as the compilation unit contains a declaration that marks the function as "extern". A number of functions like printf are implicitly declared as extern by GCC, which seemingly cannot be disabled. This would lead to the inline function being emitted as a global symbol in every compilation unit. Using static inline prevents duplicate symbol errors.
2025-01-30 11:30:32 +02:00
..
cmake [CMAKE] Define _CRT_SUPPRESS_RESTRICT on GCC builds 2025-01-30 11:30:32 +02:00
include [UCRT] Add GCC compatible definition of _CRT_STDIO_INLINE 2025-01-30 11:30:32 +02:00
lib [UCRTSUPPORT] Add wine c++ exception code 2025-01-28 22:50:04 +02:00
tools [SPEC2DEF] Implement support for debug-only exports 2025-01-19 09:02:58 +02:00