Browse Source

Windows build fixes

adaptive-webui-19844
Christophe Dumez 12 years ago
parent
commit
10a4556479
  1. 2
      src/fs_utils.cpp

2
src/fs_utils.cpp

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

Loading…
Cancel
Save