mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[GITHUB] Add MSVC ARM64 builder
This builds only some applications for now. CORE-17518
This commit is contained in:
parent
4363e74ddc
commit
8b55d712a7
3 changed files with 18 additions and 5 deletions
|
@ -252,8 +252,8 @@
|
|||
251 stdcall GetClassInfoExW(long wstr ptr)
|
||||
252 stdcall GetClassInfoW(long wstr ptr)
|
||||
253 stdcall GetClassLongA(long long)
|
||||
@ stdcall -arch=x86_64 GetClassLongPtrA(ptr long)
|
||||
@ stdcall -arch=x86_64 GetClassLongPtrW(ptr long)
|
||||
@ stdcall -arch=x86_64,arm64 GetClassLongPtrA(ptr long)
|
||||
@ stdcall -arch=x86_64,arm64 GetClassLongPtrW(ptr long)
|
||||
254 stdcall GetClassLongW(long long)
|
||||
255 stdcall GetClassNameA(long ptr long)
|
||||
256 stdcall GetClassNameW(long ptr long)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue