attempt to fix manifest problem with MSVC 8.0
svn: r3275
This commit is contained in:
parent
228e70963f
commit
4873266714
|
@ -646,4 +646,8 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR ignored
|
|||
END_XFORM_SKIP;
|
||||
# endif
|
||||
|
||||
#if _MSC_VER >= 1400
|
||||
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user