mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Another compilation fix
This commit is contained in:
parent
aea3d4be7a
commit
f5d1c8a679
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
#ifdef W_WS_WIN
|
#ifdef W_WS_WIN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <lmcons.h>
|
const int UNLEN = 256;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
#include "stacktrace.h"
|
#include "stacktrace.h"
|
||||||
#else
|
#else
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <lmcons.h>
|
const int UNLEN = 256;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue