[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

@ -37,6 +37,7 @@
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
#define wcsnicmp _wcsnicmp
#define swprintf _snwprintf
#define wcsicmp _wcsicmp
#undef RT_MANIFEST
#undef CREATEPROCESS_MANIFEST_RESOURCE_ID