1
0
Fork 0

доза: завербуйте NtQuerySystemTime и обеспечьте, время системы как строят время

This commit is contained in:
Arthur K. 2026-01-27 11:11:43 +03:00
parent 666f9edd64
commit 1d4bb2a118
Signed by: wzray
GPG key ID: B97F30FDC4636357
4 changed files with 52 additions and 3 deletions

View file

@ -16,7 +16,6 @@ COPY include include
COPY src src
COPY CMakeLists.txt .
RUN --mount=type=cache,target=cmake-build cmake -B cmake-build \
-DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++ && cmake --build cmake-build -j$(nproc) && \
cp cmake-build/promt-puppy.exe .;