Index: src/ch/Stdafx.h
===================================================================
diff -u -r3493e9fc470285b0a0b417d50be281467a071eb7 -r76484f915550132d9fe6be7202fbe0c5dc8cdae7
--- src/ch/Stdafx.h	(.../Stdafx.h)	(revision 3493e9fc470285b0a0b417d50be281467a071eb7)
+++ src/ch/Stdafx.h	(.../Stdafx.h)	(revision 76484f915550132d9fe6be7202fbe0c5dc8cdae7)
@@ -38,7 +38,16 @@
 #include "htmlhelp.h"
 #include "debug.h"
 
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
+#ifdef _UNICODE
+#if defined _M_IX86
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#elif defined _M_IA64
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#elif defined _M_X64
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#else
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#endif
+#endif
 
 #endif