mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
remove unused reference and def
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