File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 157
157
'KERNEL32.dll' , # win32 base APIs
158
158
'msvcrt.dll' , # C standard library for MSVC
159
159
'SHELL32.dll' , # shell API
160
- 'USER32.dll' , # user interface
161
160
'WS2_32.dll' , # sockets
162
161
# bitcoin-qt only
163
162
'dwmapi.dll' , # desktop window manager
164
163
'GDI32.dll' , # graphics device interface
165
164
'IMM32.dll' , # input method editor
166
- 'NETAPI32.dll' ,
165
+ 'NETAPI32.dll' , # network management
167
166
'ole32.dll' , # component object model
168
167
'OLEAUT32.dll' , # OLE Automation API
169
168
'SHLWAPI.dll' , # light weight shell API
170
- 'USERENV.dll' ,
171
- 'UxTheme.dll' ,
169
+ 'USER32.dll' , # user interface
170
+ 'USERENV.dll' , # user management
171
+ 'UxTheme.dll' , # visual style
172
172
'VERSION.dll' , # version checking
173
173
'WINMM.dll' , # WinMM audio API
174
- 'WTSAPI32.dll' ,
174
+ 'WTSAPI32.dll' , # Remote Desktop
175
175
}
176
176
177
177
def check_version (max_versions , version , arch ) -> bool :
You can’t perform that action at this time.
0 commit comments