Remove usage of sendmsg and recvmsg in ENet

This commit is contained in:
Cameron Gutman
2016-03-11 00:30:50 -08:00
parent bc8f2eec62
commit fe50bfce25
2 changed files with 2 additions and 2 deletions

View File

@@ -43,4 +43,4 @@ COMMON_C_SOURCE := \
COMMON_C_INCLUDE := $(COMMON_C_DIR) $(OPENAES_INCLUDE) $(ENET_INCLUDE)
COMMON_C_C_FLAGS := -DLC_CHROME -Wno-missing-braces -DHAS_SOCKLEN_T=1 -DHAS_FCNTL=1
COMMON_C_C_FLAGS := -DLC_CHROME -Wno-missing-braces -DHAS_SOCKLEN_T=1 -DHAS_FCNTL=1 -DNO_MSGAPI=1