mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:51:44 +00:00
[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:
parent
b707be90a1
commit
bf95874c2d
16 changed files with 31 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue