Skip to content

Commit 41e32d1

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
mingw-w64-i686-crt-git (12.0.0.r360.gac299df46-1 -> 12.0.0.r369.g0d4221712-1) mingw-w64-i686-headers-git (12.0.0.r360.gac299df46-1 -> 12.0.0.r369.g0d4221712-1) mingw-w64-i686-libdeflate (1.21-1 -> 1.22-1) mingw-w64-i686-libmangle-git (12.0.0.r360.gac299df46-1 -> 12.0.0.r369.g0d4221712-1) mingw-w64-i686-libwinpthread-git (12.0.0.r360.gac299df46-1 -> 12.0.0.r369.g0d4221712-1) mingw-w64-i686-tools-git (12.0.0.r360.gac299df46-1 -> 12.0.0.r369.g0d4221712-1) mingw-w64-i686-winpthreads-git (12.0.0.r360.gac299df46-1 -> 12.0.0.r369.g0d4221712-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 922db18 commit 41e32d1

File tree

84 files changed

+2345
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2345
-230
lines changed

etc/rebase.db.i386

0 Bytes
Binary file not shown.

mingw32/bin/gendef.exe

617 Bytes
Binary file not shown.

mingw32/bin/genidl.exe

105 Bytes
Binary file not shown.

mingw32/bin/genpeimg.exe

617 Bytes
Binary file not shown.

mingw32/bin/libdeflate-gunzip.exe

38 Bytes
Binary file not shown.

mingw32/bin/libdeflate-gzip.exe

38 Bytes
Binary file not shown.

mingw32/bin/libdeflate.dll

0 Bytes
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

34 Bytes
Binary file not shown.

mingw32/bin/widl.exe

105 Bytes
Binary file not shown.

mingw32/include/intsafe.h

Lines changed: 4 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_CONV(ULongToIntPtr, ULONG, INT_PTR)
138138
__MINGW_INTSAFE_API __MINGW_INTSAFE_CONV(ULongToPtrdiffT, ULONG, ptrdiff_t)
139139
__MINGW_INTSAFE_API __MINGW_INTSAFE_CONV(ULongToLongPtr, ULONG, LONG_PTR)
140140
__MINGW_INTSAFE_API __MINGW_INTSAFE_CONV(ULongToSSIZET, ULONG, SSIZE_T)
141-
__MINGW_INTSAFE_CHAR_API __MINGW_INTSAFE_CONV(ULongToChar, ULONG, CHAR)
141+
__MINGW_INTSAFE_CHAR_API __MINGW_INTSAFE_CONV_CHAR(ULongToChar, ULONG, CHAR)
142142
__MINGW_INTSAFE_API __MINGW_INTSAFE_CONV_UCHAR(DWordToUChar, DWORD, UCHAR)
143143
__MINGW_INTSAFE_API __MINGW_INTSAFE_CONV(DWordToByte, DWORD, BYTE)
144144
__MINGW_INTSAFE_API __MINGW_INTSAFE_CONV(DWordToUShort, DWORD, USHORT)
@@ -426,9 +426,7 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
426426
#define Int8ToUInt64 Int8ToULongLong
427427
#define Int8ToSizeT Int8ToUIntPtr
428428
#define Int8ToSIZET Int8ToULongPtr
429-
#define ShortToByte ShortToUInt8
430429
#define ShortToUInt16 ShortToUShort
431-
#define ShortToWord ShortToUShort
432430
#define ShortToUInt32 ShortToUInt
433431
#define ShortToDWord ShortToULong
434432
#define ShortToDWordLong ShortToULongLong
@@ -459,7 +457,6 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
459457
#define Int16ToUInt64 ShortToULongLong
460458
#define Int16ToSizeT ShortToUIntPtr
461459
#define Int16ToSIZET ShortToULongPtr
462-
#define UShortToByte UShortToUInt8
463460
#define UShortToInt16 UShortToShort
464461
#define UInt16ToChar UShortToChar
465462
#define UInt16ToInt8 UShortToInt8
@@ -469,27 +466,14 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
469466
#define UInt16ToShort UShortToShort
470467
#define UInt16ToInt16 UShortToShort
471468
#define WordToInt8 UShortToInt8
472-
#define WordToChar UShortToChar
473-
#define WordToUChar UShortToUChar
474469
#define WordToUInt8 UShortToUInt8
475-
#define WordToByte UShortToUInt8
476-
#define WordToShort UShortToShort
477470
#define WordToInt16 UShortToShort
478-
#define IntToByte IntToUInt8
479471
#define IntToInt16 IntToShort
480472
#define IntToUInt16 IntToUShort
481-
#define IntToWord IntToUShort
482-
#define IntToUIntPtr IntToULongLong
483-
#define IntToUIntPtr IntToUInt
484-
#define IntToULongPtr IntToULongLong
485-
#define IntToULongPtr IntToULong
486-
#define IntToDWord IntToULong
487-
#define IntToDWordPtr IntToULongPtr
488473
#define IntToDWordLong IntToULongLong
489474
#define IntToULong64 IntToULongLong
490475
#define IntToDWord64 IntToULongLong
491476
#define IntToUInt64 IntToULongLong
492-
#define IntToSizeT IntToUIntPtr
493477
#define IntToSIZET IntToULongPtr
494478
#define Int32ToChar IntToChar
495479
#define Int32ToInt8 IntToInt8
@@ -519,32 +503,16 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
519503
#define IntPtrToInt16 IntPtrToShort
520504
#define IntPtrToUInt16 IntPtrToUShort
521505
#define IntPtrToWord IntPtrToUShort
522-
#define IntPtrToInt LongLongToInt
523506
#define IntPtrToInt32 IntPtrToInt
524-
#define IntPtrToUInt LongLongToUInt
525507
#define IntPtrToUInt32 IntPtrToUInt
526-
#define IntPtrToUIntPtr LongLongToULongLong
527-
#define IntPtrToLong LongLongToLong
528-
#define IntPtrToULong LongLongToULong
529-
#define IntPtrToULongPtr LongLongToULongLong
530-
#define IntPtrToDWord IntPtrToULong
531-
#define IntPtrToDWordPtr IntPtrToULongPtr
532-
#define IntPtrToULongLong LongLongToULongLong
533508
#define IntPtrToDWordLong IntPtrToULongLong
534509
#define IntPtrToULong64 IntPtrToULongLong
535510
#define IntPtrToDWord64 IntPtrToULongLong
536511
#define IntPtrToUInt64 IntPtrToULongLong
537-
#define IntPtrToSizeT IntPtrToUIntPtr
538512
#define IntPtrToSIZET IntPtrToULongPtr
539-
#define UIntToByte UIntToUInt8
540513
#define UIntToInt16 UIntToShort
541514
#define UIntToUInt16 UIntToUShort
542-
#define UIntToWord UIntToUShort
543515
#define UIntToInt32 UIntToInt
544-
#define UIntToIntPtr UIntToInt
545-
#define UIntToLongPtr UIntToLong
546-
#define UIntToPtrdiffT UIntToIntPtr
547-
#define UIntToSSIZET UIntToLongPtr
548516
#define UInt32ToChar UIntToChar
549517
#define UInt32ToInt8 UIntToInt8
550518
#define UInt32ToUChar UIntToUChar
@@ -565,96 +533,46 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
565533
#define UIntPtrToByte UIntPtrToUInt8
566534
#define UIntPtrToWord UIntPtrToUShort
567535
#define UIntPtrToInt32 UIntPtrToInt
568-
#define UIntPtrToUInt ULongLongToUInt
569536
#define UIntPtrToUInt32 UIntPtrToUInt
570-
#define UIntPtrToULong ULongLongToULong
571-
#define UIntPtrToDWord UIntPtrToULong
572-
#define UIntPtrToLongLong ULongLongToLongLong
573537
#define UIntPtrToLong64 UIntPtrToLongLong
574-
#define UIntPtrToInt64 UIntPtrToLongLong
575538
#define UIntPtrToPtrdiffT UIntPtrToIntPtr
576-
#define UIntPtrToSSIZET UIntPtrToLongPtr
577-
#define LongToByte LongToUInt8
578539
#define LongToInt16 LongToShort
579540
#define LongToUInt16 LongToUShort
580-
#define LongToWord LongToUShort
581541
#define LongToInt32 LongToInt
582-
#define LongToIntPtr LongToInt
583542
#define LongToUInt32 LongToUInt
584-
#define LongToUIntPtr LongToUInt
585-
#define LongToULongPtr LongToULong
586-
#define LongToDWord LongToULong
587-
#define LongToDWordPtr LongToULongPtr
588543
#define LongToDWordLong LongToULongLong
589544
#define LongToULong64 LongToULongLong
590545
#define LongToDWord64 LongToULongLong
591546
#define LongToUInt64 LongToULongLong
592-
#define LongToPtrdiffT LongToIntPtr
593-
#define LongToSizeT LongToUIntPtr
594547
#define LongToSIZET LongToULongPtr
595548
#define LongPtrToByte LongPtrToUInt8
596549
#define LongPtrToInt16 LongPtrToShort
597550
#define LongPtrToUInt16 LongPtrToUShort
598551
#define LongPtrToWord LongPtrToUShort
599-
#define LongPtrToInt LongLongToInt
600552
#define LongPtrToInt32 LongPtrToInt
601-
#define LongPtrToUInt LongLongToUInt
602553
#define LongPtrToUInt32 LongPtrToUInt
603-
#define LongPtrToLong LongLongToLong
604-
#define LongPtrToULong LongLongToULong
605-
#define LongPtrToDWord LongPtrToULong
606-
#define LongPtrToDWordPtr LongPtrToULongPtr
607554
#define LongPtrToDWordLong LongPtrToULongLong
608555
#define LongPtrToULong64 LongPtrToULongLong
609556
#define LongPtrToDWord64 LongPtrToULongLong
610557
#define LongPtrToUInt64 LongPtrToULongLong
611-
#define LongPtrToSizeT LongPtrToUIntPtr
612558
#define LongPtrToSIZET LongPtrToULongPtr
613-
#define ULongToByte ULongToUInt8
614559
#define ULongToInt16 ULongToShort
615560
#define ULongToUInt16 ULongToUShort
616-
#define ULongToWord ULongToUShort
617561
#define ULongToInt32 ULongToInt
618-
#define ULongToIntPtr ULongToInt
619562
#define ULongToUInt32 ULongToUInt
620-
#define ULongToUIntPtr ULongToUInt
621-
#define ULongToLongPtr ULongToLong
622-
#define ULongToPtrdiffT ULongToIntPtr
623-
#define ULongToSSIZET ULongToLongPtr
624563
#define ULongPtrToByte ULongPtrToUInt8
625564
#define ULongPtrToInt16 ULongPtrToShort
626565
#define ULongPtrToUInt16 ULongPtrToUShort
627566
#define ULongPtrToWord ULongPtrToUShort
628567
#define ULongPtrToInt32 ULongPtrToInt
629-
#define ULongPtrToUInt ULongLongToUInt
630568
#define ULongPtrToUInt32 ULongPtrToUInt
631-
#define ULongPtrToULong ULongLongToULong
632-
#define ULongPtrToDWord ULongPtrToULong
633-
#define ULongPtrToLongLong ULongLongToLongLong
634569
#define ULongPtrToLong64 ULongPtrToLongLong
635-
#define ULongPtrToInt64 ULongPtrToLongLong
636-
#define ULongPtrToPtrdiffT ULongPtrToIntPtr
637-
#define ULongPtrToSSIZET ULongPtrToLongPtr
638570
#define DWordToInt8 ULongToInt8
639-
#define DWordToChar ULongToChar
640-
#define DWordToUChar ULongToUChar
641571
#define DWordToUInt8 ULongToUInt8
642-
#define DWordToByte ULongToUInt8
643-
#define DWordToShort ULongToShort
644572
#define DWordToInt16 ULongToShort
645-
#define DWordToUShort ULongToUShort
646573
#define DWordToUInt16 ULongToUShort
647-
#define DWordToWord ULongToUShort
648-
#define DWordToInt ULongToInt
649574
#define DWordToInt32 ULongToInt
650-
#define DWordToIntPtr ULongToIntPtr
651-
#define DWordToUInt ULongToUInt
652575
#define DWordToUInt32 ULongToUInt
653-
#define DWordToUIntPtr ULongToUIntPtr
654-
#define DWordToLong ULongToLong
655-
#define DWordToLongPtr ULongToLongPtr
656-
#define DWordToPtrdiffT ULongToIntPtr
657-
#define DWordToSSIZET ULongToLongPtr
658576
#define DWordPtrToInt8 ULongPtrToInt8
659577
#define DWordPtrToUChar ULongPtrToUChar
660578
#define DWordPtrToChar ULongPtrToChar
@@ -665,33 +583,18 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
665583
#define DWordPtrToUShort ULongPtrToUShort
666584
#define DWordPtrToUInt16 ULongPtrToUShort
667585
#define DWordPtrToWord ULongPtrToUShort
668-
#define DWordPtrToInt ULongPtrToInt
669586
#define DWordPtrToInt32 ULongPtrToInt
670-
#define DWordPtrToIntPtr ULongPtrToIntPtr
671-
#define DWordPtrToUInt ULongPtrToUInt
672587
#define DWordPtrToUInt32 ULongPtrToUInt
673-
#define DWordPtrToUIntPtr ULongPtrToUIntPtr
674-
#define DWordPtrToLong ULongPtrToLong
675-
#define DWordPtrToLongPtr ULongPtrToLongPtr
676-
#define DWordPtrToULong ULongPtrToULong
677-
#define DWordPtrToDWord ULongPtrToULong
678588
#define DWordPtrToLongLong ULongPtrToLongLong
679589
#define DWordPtrToLong64 ULongPtrToLongLong
680-
#define DWordPtrToInt64 ULongPtrToLongLong
681-
#define DWordPtrToPtrdiffT ULongPtrToIntPtr
682-
#define DWordPtrToSSIZET ULongPtrToLongPtr
683590
#define LongLongToByte LongLongToUInt8
684591
#define LongLongToInt16 LongLongToShort
685592
#define LongLongToUInt16 LongLongToUShort
686593
#define LongLongToWord LongLongToUShort
687594
#define LongLongToInt32 LongLongToInt
688-
#define LongLongToIntPtr LongLongToInt
689595
#define LongLongToUInt32 LongLongToUInt
690-
#define LongLongToUIntPtr LongLongToULongLong
691-
#define LongLongToUIntPtr LongLongToUInt
692-
#define LongLongToLongPtr LongLongToLong
693-
#define LongLongToULongPtr LongLongToULongLong
694-
#define LongLongToULongPtr LongLongToULong
596+
#define LongLongToUIntPtr Int64ToUIntPtr
597+
#define LongLongToULongPtr Int64ToULongPtr
695598
#define LongLongToDWord LongLongToULong
696599
#define LongLongToDWordPtr LongLongToULongPtr
697600
#define LongLongToDWordLong LongLongToULongLong
@@ -739,44 +642,20 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
739642
#define Int64ToUShort LongLongToUShort
740643
#define Int64ToUInt16 LongLongToUShort
741644
#define Int64ToWord LongLongToUShort
742-
#define Int64ToInt LongLongToInt
743645
#define Int64ToInt32 LongLongToInt
744-
#define Int64ToIntPtr LongLongToIntPtr
745-
#define Int64ToUInt LongLongToUInt
746646
#define Int64ToUInt32 LongLongToUInt
747-
#define Int64ToUIntPtr LongLongToUIntPtr
748-
#define Int64ToLong LongLongToLong
749-
#define Int64ToLongPtr LongLongToLongPtr
750-
#define Int64ToULong LongLongToULong
751-
#define Int64ToULongPtr LongLongToULongPtr
752-
#define Int64ToDWord LongLongToULong
753-
#define Int64ToDWordPtr LongLongToULongPtr
754-
#define Int64ToULongLong LongLongToULongLong
755647
#define Int64ToDWordLong LongLongToULongLong
756648
#define Int64ToULong64 LongLongToULongLong
757649
#define Int64ToDWord64 LongLongToULongLong
758650
#define Int64ToUInt64 LongLongToULongLong
759-
#define Int64ToPtrdiffT LongLongToIntPtr
760-
#define Int64ToSizeT LongLongToUIntPtr
761-
#define Int64ToSSIZET LongLongToLongPtr
762651
#define Int64ToSIZET LongLongToULongPtr
763652
#define ULongLongToByte ULongLongToUInt8
764653
#define ULongLongToInt16 ULongLongToShort
765654
#define ULongLongToUInt16 ULongLongToUShort
766655
#define ULongLongToWord ULongLongToUShort
767656
#define ULongLongToInt32 ULongLongToInt
768-
#define ULongLongToIntPtr ULongLongToLongLong
769-
#define ULongLongToIntPtr ULongLongToInt
770657
#define ULongLongToUInt32 ULongLongToUInt
771-
#define ULongLongToUIntPtr ULongLongToUInt
772-
#define ULongLongToULongPtr ULongLongToULong
773-
#define ULongLongToDWord ULongLongToULong
774-
#define ULongLongToDWordPtr ULongLongToULongPtr
775-
#define ULongLongToInt64 ULongLongToLongLong
776658
#define ULongLongToLong64 ULongLongToLongLong
777-
#define ULongLongToPtrdiffT ULongLongToIntPtr
778-
#define ULongLongToSizeT ULongLongToUIntPtr
779-
#define ULongLongToSSIZET ULongLongToLongPtr
780659
#define ULongLongToSIZET ULongLongToULongPtr
781660
#define DWordLongToChar ULongLongToChar
782661
#define DWordLongToInt8 ULongLongToInt8
@@ -904,23 +783,14 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
904783
#define PtrdiffTToUShort IntPtrToUShort
905784
#define PtrdiffTToUInt16 IntPtrToUShort
906785
#define PtrdiffTToWord IntPtrToUShort
907-
#define PtrdiffTToInt IntPtrToInt
908786
#define PtrdiffTToInt32 IntPtrToInt
909-
#define PtrdiffTToUInt IntPtrToUInt
910787
#define PtrdiffTToUInt32 IntPtrToUInt
911-
#define PtrdiffTToUIntPtr IntPtrToUIntPtr
912-
#define PtrdiffTToLong IntPtrToLong
913788
#define PtrdiffTToLongPtr IntPtrToLongPtr
914-
#define PtrdiffTToULong IntPtrToULong
915-
#define PtrdiffTToULongPtr IntPtrToULongPtr
916-
#define PtrdiffTToDWord IntPtrToULong
917-
#define PtrdiffTToDWordPtr IntPtrToULongPtr
918789
#define PtrdiffTToULongLong IntPtrToULongLong
919790
#define PtrdiffTToDWordLong IntPtrToULongLong
920791
#define PtrdiffTToULong64 IntPtrToULongLong
921792
#define PtrdiffTToDWord64 IntPtrToULongLong
922793
#define PtrdiffTToUInt64 IntPtrToULongLong
923-
#define PtrdiffTToSizeT IntPtrToUIntPtr
924794
#define PtrdiffTToSIZET IntPtrToULongPtr
925795
#define SizeTToInt8 UIntPtrToInt8
926796
#define SizeTToUChar UIntPtrToUChar
@@ -932,20 +802,9 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
932802
#define SizeTToUShort UIntPtrToUShort
933803
#define SizeTToUInt16 UIntPtrToUShort
934804
#define SizeTToWord UIntPtrToUShort
935-
#define SizeTToInt UIntPtrToInt
936805
#define SizeTToInt32 UIntPtrToInt
937-
#define SizeTToIntPtr UIntPtrToIntPtr
938-
#define SizeTToUInt UIntPtrToUInt
939-
#define SizeTToUInt32 UIntPtrToUInt
940-
#define SizeTToLong UIntPtrToLong
941-
#define SizeTToLongPtr UIntPtrToLongPtr
942-
#define SizeTToULong UIntPtrToULong
943-
#define SizeTToDWord UIntPtrToULong
944806
#define SizeTToLongLong UIntPtrToLongLong
945807
#define SizeTToLong64 UIntPtrToLongLong
946-
#define SizeTToInt64 UIntPtrToLongLong
947-
#define SizeTToPtrdiffT UIntPtrToIntPtr
948-
#define SizeTToSSIZET UIntPtrToLongPtr
949808
#define SSIZETToInt8 LongPtrToInt8
950809
#define SSIZETToUChar LongPtrToUChar
951810
#define SSIZETToChar LongPtrToChar
@@ -956,23 +815,13 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
956815
#define SSIZETToUShort LongPtrToUShort
957816
#define SSIZETToUInt16 LongPtrToUShort
958817
#define SSIZETToWord LongPtrToUShort
959-
#define SSIZETToInt LongPtrToInt
960818
#define SSIZETToInt32 LongPtrToInt
961-
#define SSIZETToIntPtr LongPtrToIntPtr
962-
#define SSIZETToUInt LongPtrToUInt
963819
#define SSIZETToUInt32 LongPtrToUInt
964-
#define SSIZETToUIntPtr LongPtrToUIntPtr
965-
#define SSIZETToLong LongPtrToLong
966-
#define SSIZETToULong LongPtrToULong
967-
#define SSIZETToULongPtr LongPtrToULongPtr
968-
#define SSIZETToDWord LongPtrToULong
969-
#define SSIZETToDWordPtr LongPtrToULongPtr
970820
#define SSIZETToULongLong LongPtrToULongLong
971821
#define SSIZETToDWordLong LongPtrToULongLong
972822
#define SSIZETToULong64 LongPtrToULongLong
973823
#define SSIZETToDWord64 LongPtrToULongLong
974824
#define SSIZETToUInt64 LongPtrToULongLong
975-
#define SSIZETToSizeT LongPtrToUIntPtr
976825
#define SSIZETToSIZET LongPtrToULongPtr
977826
#define SIZETToInt8 ULongPtrToInt8
978827
#define SIZETToUChar ULongPtrToUChar
@@ -1001,25 +850,19 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
1001850
#define SIZETToSSIZET ULongPtrToLongPtr
1002851

1003852
#define UInt16Add UShortAdd
1004-
#define WordAdd UShortAdd
1005853
#define UInt32Add UIntAdd
1006-
#define DWordAdd ULongAdd
1007854
#define DWordLongAdd ULongLongAdd
1008855
#define ULong64Add ULongLongAdd
1009856
#define DWord64Add ULongLongAdd
1010857
#define UInt64Add ULongLongAdd
1011858
#define UInt16Sub UShortSub
1012-
#define WordSub UShortSub
1013859
#define UInt32Sub UIntSub
1014-
#define DWordSub ULongSub
1015860
#define DWordLongSub ULongLongSub
1016861
#define ULong64Sub ULongLongSub
1017862
#define DWord64Sub ULongLongSub
1018863
#define UInt64Sub ULongLongSub
1019864
#define UInt16Mult UShortMult
1020-
#define WordMult UShortMult
1021865
#define UInt32Mult UIntMult
1022-
#define DWordMult ULongMult
1023866
#define DWordLongMult ULongLongMult
1024867
#define ULong64Mult ULongLongMult
1025868
#define DWord64Mult ULongLongMult
@@ -1040,6 +883,6 @@ __MINGW_INTSAFE_API __MINGW_INTSAFE_MATH(LongLongMult, LONGLONG, mul)
1040883
#define Long64Mult LongLongMult
1041884
#define Int64Mult LongLongMult
1042885

1043-
#endif /* __GNUC__ >= 5 */
886+
#endif /* __MINGW_INTSAFE_WORKS */
1044887
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) */
1045888
#endif /* _INTSAFE_H_INCLUDED_ */

0 commit comments

Comments
 (0)