From 844c4b032e93d760320a958ae9637b1ca0f5743d Mon Sep 17 00:00:00 2001 From: Vladyslav Hrytsenko Date: Thu, 3 May 2018 13:47:24 +0300 Subject: [PATCH] removed old parts --- include/librg.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/librg.h b/include/librg.h index 970b6da..08ef1bb 100644 --- a/include/librg.h +++ b/include/librg.h @@ -114,9 +114,6 @@ #ifdef ZPL_SYSTEM_WINDOWS #define _WINSOCK_DEPRECATED_NO_WARNINGS #endif - #if defined(ZPL_SYSTEM_UNIX) && !defined(HAS_SOCKLEN_T) - #define HAS_SOCKLEN_T - #endif #ifdef LIBRG_IMPLEMENTATION #define ZPL_IMPLEMENTATION #define ZPLM_IMPLEMENTATION @@ -124,12 +121,6 @@ #endif #include "zpl.h" #include "zpl_math.h" - - // temp fix - #ifndef typeof - #define typeof __typeof__ - #endif - #include "enet.h" #endif