| Index: adblockplus.gyp | 
| =================================================================== | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -220,7 +220,7 @@ | 
| ], | 
| 'defines': ['WINVER=0x0501'], | 
| 'link_settings': { | 
| -      'libraries': ['-ladvapi32', '-lshell32', '-lole32'], | 
| +      'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32'], | 
| }, | 
| 'msvs_settings': { | 
| 'VCLinkerTool': { | 
| @@ -244,6 +244,8 @@ | 
| 'test/plugin/UserSettingsTest.cpp', | 
| 'src/plugin/PluginUtil.h', | 
| 'test/plugin/UtilTest.cpp', | 
| +      'src/plugin/TokenSequence.h', | 
| +      'test/plugin/TokenSequenceTest.cpp', | 
| # | 
| # required only for linking | 
| # | 
|  |