mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -04:00
t commit -a
fix an include issue and Merge branch 'master' of swgilluminati.com:DarthArgus/src
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user