| Index: remoting/host/win/remoting_core.manifest
|
| diff --git a/chrome/app/chrome.dll.manifest b/remoting/host/win/remoting_core.manifest
|
| similarity index 52%
|
| copy from chrome/app/chrome.dll.manifest
|
| copy to remoting/host/win/remoting_core.manifest
|
| index c2de75352d9e2170ea8af2331860747047b867c6..d3517547db9e2a107ebcdeceb0f292a1d1000fbe 100644
|
| --- a/chrome/app/chrome.dll.manifest
|
| +++ b/remoting/host/win/remoting_core.manifest
|
| @@ -1,8 +1,8 @@
|
| -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
| -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
| - <dependency>
|
| - <dependentAssembly>
|
| - <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity>
|
| - </dependentAssembly>
|
| - </dependency>
|
| -</assembly>
|
| +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
| +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
| + <dependency>
|
| + <dependentAssembly>
|
| + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
|
| + </dependentAssembly>
|
| + </dependency>
|
| +</assembly>
|
|
|