Fixed various compiler warnings. Thank you, Morten Kvistgaard!

This commit is contained in:
skarg
2013-12-09 20:31:47 +00:00
parent 7f58784576
commit 9fb6b9107a
4 changed files with 14 additions and 5 deletions
+2
View File
@@ -42,8 +42,10 @@
#include "bip.h"
#include "net.h"
#if defined(_MSC_VER)
#pragma comment(lib, "Ws2_32.lib")
#pragma comment(lib, "IPHLPAPI.lib")
#endif
bool BIP_Debug = false;