[REACTOS] Improve handling of non-standard names

- Link oldnames instead of defining names
- Define _CRT_DECLARE_NONSTDC_NAMES to 1 where needed
- Remove header hacks
This commit is contained in:
Timo Kreuzer 2024-05-22 20:48:04 +03:00
parent b707be90a1
commit bf95874c2d
16 changed files with 31 additions and 22 deletions

View file

@ -1,4 +1,9 @@
add_definitions(
-D_CRT_DECLARE_NONSTDC_NAMES=1
-D_CRT_NONSTDC_NO_DEPRECATE
)
if(MSVC)
if(MSVC_VERSION LESS 1900)
add_definitions(