mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +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
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue