Commit aab28ef
cqwrteur
Fix compilation issues with clang without msvc linker
Fix i686 compilations
Use SIZE_MAX <= UINT_LEAST32_MAX to ensure it is 32 bit target
instead of 64 bit
fix link2 for msvc since it needs link2
use link2 for WINRT_GetActivationFactory
it is WINRT_IMPL_LINK2 for gcc and clang
avoid dllimport for arm64ec since i do not know how the symbol works
import runtimeobject.lib by default
i messed up with gcc and clang for i686 fixed1 parent fa079fb commit aab28ef
2 files changed
+126
-82
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
487 | 488 | | |
| 489 | + | |
488 | 490 | | |
489 | 491 | | |
490 | 492 | | |
| |||
605 | 607 | | |
606 | 608 | | |
607 | 609 | | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
608 | 613 | | |
609 | 614 | | |
610 | 615 | | |
| |||
621 | 626 | | |
622 | 627 | | |
623 | 628 | | |
| 629 | + | |
624 | 630 | | |
625 | 631 | | |
626 | 632 | | |
| |||
678 | 684 | | |
679 | 685 | | |
680 | 686 | | |
| 687 | + | |
681 | 688 | | |
| 689 | + | |
682 | 690 | | |
683 | 691 | | |
684 | 692 | | |
| |||
0 commit comments