mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
Add ChangeLog entry for PR #1555
Adds ChangeLog entry for PR #1555, 'Only redefine _WIN32_WINNT macro when < 0x0501'
This commit is contained in:
parent
c1bf1aaee5
commit
e5cd86874e
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ Features
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix the cert_write example to handle certificates signed with elliptic
|
* Fix the cert_write example to handle certificates signed with elliptic
|
||||||
curves as well as RSA. Fixes #777 found by dbedev.
|
curves as well as RSA. Fixes #777 found by dbedev.
|
||||||
|
* Fix for redefinition of _WIN32_WINNT to avoid overriding a definition
|
||||||
|
used by user applications. Found and fixed by Fabio Alessandrelli.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Changed CMake defaults for IAR to treat all compiler warnings as errors.
|
* Changed CMake defaults for IAR to treat all compiler warnings as errors.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue