[UCRT] Import Microsoft.Windows.SDK.CRTSource version 10.0.22621.3

Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3
License: MIT
This commit is contained in:
Timo Kreuzer 2024-05-11 07:03:12 +02:00
parent f1b60c66f0
commit 04e0dc4a7a
568 changed files with 115483 additions and 0 deletions

15
sdk/include/ucrt/math.h Normal file
View file

@ -0,0 +1,15 @@
//
// math.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// The C Standard Library <math.h> header. This header consists of two parts:
// <corecrt_math.h> contains the math library; <corecrt_math_defines.h> contains
// the nonstandard but useful constant definitions. The headers are divided in
// this way for modularity (to support the C++ modules feature).
//
#include <corecrt_math.h>
#ifdef _USE_MATH_DEFINES
#include <corecrt_math_defines.h>
#endif