mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Add manifest for winxp style controls, remove link options from stdafx for old broken version of vs.
This commit is contained in:
@@ -57,6 +57,7 @@ extern CAppModule _Module;
|
||||
#define NOTIFY_FOR_THIS_SESSION 0
|
||||
#endif
|
||||
|
||||
#if _MSC_VER >= 1400
|
||||
#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
|
||||
@@ -66,6 +67,7 @@ extern CAppModule _Module;
|
||||
#else
|
||||
#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
inline void SafeStringCopy(TCHAR *dest, const TCHAR *source, size_t len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user