- { sys: mingw64, env: x86_64 } steps: - name: Checkout id: checkout uses: actions/checkout@v3 - uses: msys2/setup-msys2@v2 id: setup-msys2 with: msystem: ${{ matrix.sys }} install: mingw-w64-${{matrix.env}}-gcc make - name: Build ${{ matrix.sys }} ${{ matrix.env ...
app Fixed crash due to space in Env. var name or value May 25, 2024 audio_plugin Update audio_plugin Feb 2, 2024 input_controls Update input_controls Jun 22, 2024 obb_image_generator Update obb_image_generator Nov 30, 2023 wine_patches/dlls Update input_controls Mar 27, 2024 ...
用户普通APC的KernelRoutine = SC_ENV::Free; 所以对用户普通APC来说:执行这个函数KernelRoutine = SC_ENV::Free相当于把选中的KAPC释放掉。 执行NormalRoutine 对于用户APC(不管是用户普通APC还是用户特殊APC)来说, 需要将NormalRoutine下放到R3的ntdll!KiUserApcDispatcher...
File "d:\Anaconda3\envs\tf\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 21, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "d:\Anaconda3\envs\tf\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_he...
app Fixed crash due to space in Env. var name or value May 25, 2024 audio_plugin Update audio_plugin Feb 2, 2024 input_controls Update input_controls Jun 22, 2024 obb_image_generator Update obb_image_generator Nov 30, 2023 wine_patches/dlls Update input_controls Mar 27, 2024 LICENSE Ini...
app Fixed crash due to space in Env. var name or value May 25, 2024 audio_plugin Update audio_plugin Feb 2, 2024 input_controls Update input_controls Jun 22, 2024 obb_image_generator Update obb_image_generator Nov 30, 2023 wine_patches/dlls Update input_controls Mar 27, 2024 ...
Dockerfile.win64.in +4-4 Original file line numberDiff line numberDiff line change @@ -17,8 +17,8 @@ ENV DEBIAN_FRONTEND=noninteractive \ 17 17 FF_TARGET_FLAGS="--arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --pkg-config-fla...
expandedFile.empty()) files[i] = expandedFile; } else if (paths_IsDecendant(files[i], szTempPath) || paths_IsDecendant(files[i], szTempPathShort)) { String tmpdir = env_GetTempChildPath(); CopyFileOrFolder(files[i], tmpdir); files[i] = paths_ConcatPath(tmpdir, paths_FindF...
ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debu...
ENV vars: @REM JAVA_HOME - location of a JDK home dir @REM @REM Optional ENV vars @REM M2_HOME - location of maven2's installed home dir @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands @REM MAVEN_BATCH_PAUSE - set to 'on' to ...