summaryrefslogtreecommitdiffstats
path: root/src/clipboard.c
diff options
context:
space:
mode:
authorKen Takata <kentkt@csc.jp>2023-10-14 11:49:09 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-14 11:49:09 +0200
commitae3cfa47d3dcee75061db598eb19879693b2393a (patch)
tree97f5e2ea901b9427ac988a90e2678865cafcf966 /src/clipboard.c
parent989426be6e9ae23d2413943890206cbe15d9df38 (diff)
patch 9.0.2026: win32: python3 dll loading can be improvedv9.0.2026
Problem: win32: python3 dll loading can be improved Solution: Load DLL from registry path Support loading python3.dll and/or python3xx.dll from the path written in the registry. To support Stable ABI's forwarder DLL (python3.dll), use the `LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR` flag for `LoadLibraryExW()` because python3xx.dll is placed in the same directory of python3.dll. If Stable ABI is used, search the latest version from the registry (both from HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE). If Stable ABI is not used, search only the matching version. closes: #13315 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ken Takata <kentkt@csc.jp>
Diffstat (limited to 'src/clipboard.c')
0 files changed, 0 insertions, 0 deletions