Skip to content

Commit c6c9e5e

Browse files
committed
Fixes for Windows SDK 11
1 parent c598583 commit c6c9e5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quickjs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
* THE SOFTWARE.
2424
*/
25+
26+
#define _UCRT_LEGACY_INFINITY
27+
#define _UCRT_NOISY_NAN
2528
#include <stdlib.h>
2629
#include <stdio.h>
2730
#include <stdarg.h>

0 commit comments

Comments
 (0)