Browse Source

Another compilation fix

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
f5d1c8a679
  1. 2
      src/GUI.cpp
  2. 2
      src/main.cpp

2
src/GUI.cpp

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

2
src/main.cpp

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

Loading…
Cancel
Save