Changed: Compile shortcuts code only under Windows
--HG-- branch : feature-ryzom-installer
This commit is contained in:
parent
8e8a0d4ffa
commit
d56aa19b1a
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,7 @@ wchar_t* qToWide(const QString &str)
|
|||
return (wchar_t*)str.utf16();
|
||||
}
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
|
||||
// CreateLink - Uses the Shell's IShellLink and IPersistFile interfaces
|
||||
// to create and store a shortcut to the specified object.
|
||||
|
@ -180,3 +181,5 @@ HRESULT ResolveIt(HWND hwnd, const QString &linkFile, QString &path)
|
|||
|
||||
return hres;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue