1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 01:44:26 +00:00

Another compilation fix

This commit is contained in:
Christophe Dumez 2010-03-27 15:56:49 +00:00
parent aea3d4be7a
commit f5d1c8a679
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
#ifdef W_WS_WIN
#include <windows.h>
#include <lmcons.h>
const int UNLEN = 256;
#endif
using namespace libtorrent;

View File

@ -58,7 +58,7 @@
#include "stacktrace.h"
#else
#include <windows.h>
#include <lmcons.h>
const int UNLEN = 256;
#endif
#include <stdlib.h>