[NTDLL][ARM] Add missing definition for RtlFillMemoryUlong

[GITHUB] Build entire base module for ARM platform

CORE-17604
This commit is contained in:
Stanislav Motylkov 2022-03-18 22:08:21 +03:00
parent d811fca7c0
commit 40fe3e5dd9
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
2 changed files with 4 additions and 4 deletions

View file

@ -161,8 +161,8 @@ jobs:
path: src
- name: Configure
run: cmake -S src -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE:FILEPATH=toolchain-msvc.cmake -DARCH:STRING=${{matrix.arch}} -DCMAKE_BUILD_TYPE=${{matrix.config}} -DENABLE_ROSTESTS=1 -DENABLE_ROSAPPS=1
- name: Build applications
run: cmake --build build --target base/applications/all
- name: Build base module
run: cmake --build build --target base/all
- name: Build control panel applets
run: cmake --build build --target dll/cpl/all
- name: Build rosapps
@ -172,7 +172,7 @@ jobs:
with:
name: reactos-msvc${{matrix.toolset}}-${{matrix.arch}}-${{matrix.config}}-${{github.sha}}
path: |
build/base/applications
build/base
build/dll/cpl
build/modules/rosapps
!**/CMakeFiles

View file

@ -825,7 +825,7 @@
@ stdcall -arch=win32 -ret64 RtlExtendedLargeIntegerDivide(double long ptr)
@ stdcall -arch=win32 -ret64 RtlExtendedMagicDivide(double double long)
@ stdcall RtlFillMemory(ptr long long)
@ stdcall -arch=i386 RtlFillMemoryUlong(ptr long long)
@ stdcall -arch=i386,arm RtlFillMemoryUlong(ptr long long)
@ stdcall RtlFinalReleaseOutOfProcessMemoryStream(ptr)
@ stub -version=0x600+ RtlFindAceByType
@ stdcall RtlFindActivationContextSectionGuid(long ptr long ptr ptr)