Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit d85d47b

Browse files
authored
Merge pull request #560 from adobe/nethip/vs2013-fix-linker-error
Update common.gypi
2 parents 3046a38 + ad2224e commit d85d47b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3591,13 +3591,13 @@
35913591
'dbghelp.lib',
35923592
'winmm.lib',
35933593
'shlwapi.lib',
3594+
'advapi32.lib',
35943595
],
35953596

35963597
'conditions': [
35973598
['MSVS_VERSION=="2005e"', {
35983599
# Non-express versions link automatically to these
35993600
'AdditionalDependencies': [
3600-
'advapi32.lib',
36013601
'comdlg32.lib',
36023602
'ole32.lib',
36033603
'shell32.lib',

0 commit comments

Comments
 (0)