ANother Windows fix

This commit is contained in:
Christophe Dumez
2010-03-27 15:58:28 +00:00
parent 46d8fa1656
commit bcd33fc861
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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>