mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
![]() On Windows 10 1607+, this flag is equivalent to calling the SetDefaultDllDirectories() function before the program starts. We're already calling SetDefaultDllDirectories(LOAD_LIBRARY_SEARCH_SYSTEM32) in librpsecure/win32/restrict-dll.c, but this ensures that it's set even before the program starts. Related changes: - amiiboc: Use delay-loading for libfmt. Otherwise, it fails with error code 0xC0000135. - Added a dummy stdafx.h file, required by DelayLoadHelper.c. - All tests: Set /DEPENDENTLOADFLAG:0xA00 because gtest cannot be delay-loaded. - msvc.cmake: Fix linker flags for RelWithDebInfo. TODO: - EXE: Show DEPENDENTLOADFLAG. - Test svrplus. |
||
---|---|---|
.. | ||
libs | ||
macros | ||
platform | ||
toolchain | ||
cmake_uninstall.cmake.in | ||
options.cmake | ||
platform.cmake |