Fixed compile of libbitdht on Windows

Enabled bitdht in RetroShare.pro and retroshare-nogui.pro too
Fixed link of RetroShare on Windows
-> added ws2_32 after bitdht, maybe someone has a better solution

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3335 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-08-03 12:15:20 +00:00
parent 627b0f88a2
commit 6000233267
3 changed files with 21 additions and 3 deletions

View file

@ -26,7 +26,9 @@
*
*/
#ifndef WINDOWS_SYS
#include <netinet/in.h>
#endif
#include "util/rsthreads.h"