mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
contrib: move user32.dll from bitcoind.exe libs
The user interface library is no-longer needed by `bitcoind.exe`, or utils, only `bitcoin-qt.exe`. Add missing lib doc.
This commit is contained in:
parent
673acab223
commit
8c38509233
1 changed files with 5 additions and 5 deletions
|
@ -157,21 +157,21 @@ PE_ALLOWED_LIBRARIES = {
|
||||||
'KERNEL32.dll', # win32 base APIs
|
'KERNEL32.dll', # win32 base APIs
|
||||||
'msvcrt.dll', # C standard library for MSVC
|
'msvcrt.dll', # C standard library for MSVC
|
||||||
'SHELL32.dll', # shell API
|
'SHELL32.dll', # shell API
|
||||||
'USER32.dll', # user interface
|
|
||||||
'WS2_32.dll', # sockets
|
'WS2_32.dll', # sockets
|
||||||
# bitcoin-qt only
|
# bitcoin-qt only
|
||||||
'dwmapi.dll', # desktop window manager
|
'dwmapi.dll', # desktop window manager
|
||||||
'GDI32.dll', # graphics device interface
|
'GDI32.dll', # graphics device interface
|
||||||
'IMM32.dll', # input method editor
|
'IMM32.dll', # input method editor
|
||||||
'NETAPI32.dll',
|
'NETAPI32.dll', # network management
|
||||||
'ole32.dll', # component object model
|
'ole32.dll', # component object model
|
||||||
'OLEAUT32.dll', # OLE Automation API
|
'OLEAUT32.dll', # OLE Automation API
|
||||||
'SHLWAPI.dll', # light weight shell API
|
'SHLWAPI.dll', # light weight shell API
|
||||||
'USERENV.dll',
|
'USER32.dll', # user interface
|
||||||
'UxTheme.dll',
|
'USERENV.dll', # user management
|
||||||
|
'UxTheme.dll', # visual style
|
||||||
'VERSION.dll', # version checking
|
'VERSION.dll', # version checking
|
||||||
'WINMM.dll', # WinMM audio API
|
'WINMM.dll', # WinMM audio API
|
||||||
'WTSAPI32.dll',
|
'WTSAPI32.dll', # Remote Desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
def check_version(max_versions, version, arch) -> bool:
|
def check_version(max_versions, version, arch) -> bool:
|
||||||
|
|
Loading…
Add table
Reference in a new issue