Skip to content

Commit

Permalink
[NTDLL][ARM] Add missing definition for RtlFillMemoryUlong
Browse files Browse the repository at this point in the history
[GITHUB] Build entire base module for ARM platform

CORE-17604
  • Loading branch information
binarymaster committed Mar 18, 2022
1 parent d811fca commit 40fe3e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dll/ntdll/def/ntdll.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 40fe3e5

Please sign in to comment.