We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/ARMmbed/mbedtls/blob/75d9a333cef532d55c01773add6dee1106da95c3/library/timing.c#L54
winbase.h should be already read in while including windows.h file.
winbase.h
windows.h
The text was updated successfully, but these errors were encountered:
ARM Internal Ref: IOTSSL-2849
Sorry, something went wrong.
timing: Remove redundant include file
548ba2e
There is no need to include winbase.h, as it will be pulled in by windows.h as needed. Fixes Mbed-TLS#2640
b196a0a
a180926
No branches or pull requests
https://github.com/ARMmbed/mbedtls/blob/75d9a333cef532d55c01773add6dee1106da95c3/library/timing.c#L54
winbase.h
should be already read in while includingwindows.h
file.The text was updated successfully, but these errors were encountered: