t commit -a

fix an include issue and Merge branch 'master' of swgilluminati.com:DarthArgus/src
This commit is contained in:
DarthArgus
2014-10-27 15:12:35 -07:00
-4
View File
@@ -3,13 +3,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include "UdpLibrary.hpp"
#define LEFT_SHIFT(a, b) ((b) >= CHAR_BIT * sizeof(a)? 0 : (a) << (b))
#if defined(WIN32)
#pragma warning(disable : 4710)
#if defined(UDPLIBRARY_WINSOCK2)