1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Windows build fixes

This commit is contained in:
Christophe Dumez 2012-06-30 17:40:23 +03:00
parent f4320cb58a
commit 10a4556479

View File

@ -56,7 +56,9 @@
#include <sys/vfs.h> #include <sys/vfs.h>
#endif #endif
#else #else
#include <shlobj.h>
#include <winbase.h> #include <winbase.h>
#include <QDesktopServices>
#endif #endif
using namespace libtorrent; using namespace libtorrent;