Dealy loading powrprof.dll
This commit is contained in:
parent
6b3d4fdc61
commit
95e63f6b8e
1 changed files with 4 additions and 1 deletions
|
@ -242,11 +242,12 @@
|
||||||
'gdi32.lib',
|
'gdi32.lib',
|
||||||
'netapi32.lib',
|
'netapi32.lib',
|
||||||
'oleacc.lib',
|
'oleacc.lib',
|
||||||
'powrprof.lib',
|
|
||||||
'user32.lib',
|
'user32.lib',
|
||||||
'usp10.lib',
|
'usp10.lib',
|
||||||
'version.lib',
|
'version.lib',
|
||||||
'winspool.lib',
|
'winspool.lib',
|
||||||
|
# base.gyp:
|
||||||
|
'powrprof.lib',
|
||||||
],
|
],
|
||||||
'DelayLoadDLLs': [
|
'DelayLoadDLLs': [
|
||||||
# content_common.gypi:
|
# content_common.gypi:
|
||||||
|
@ -260,6 +261,8 @@
|
||||||
'BluetoothApis.dll',
|
'BluetoothApis.dll',
|
||||||
'Bthprops.cpl',
|
'Bthprops.cpl',
|
||||||
'setupapi.dll',
|
'setupapi.dll',
|
||||||
|
# base.gyp:
|
||||||
|
'powrprof.dll',
|
||||||
# windows runtime
|
# windows runtime
|
||||||
'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
|
'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
|
||||||
'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
|
'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
|
||||||
|
|
Loading…
Reference in a new issue