From bf4cc82998a5f9ac83d2eec65dda247cba8710ec Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Thu, 14 Jul 2016 01:09:20 +0800 Subject: [PATCH] reserved identifier to fit secure coding --- ikcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ikcp.h b/ikcp.h index 42cee60..5f5d571 100644 --- a/ikcp.h +++ b/ikcp.h @@ -9,8 +9,8 @@ // + Lightweight, distributed as a single source file. // //===================================================================== -#ifndef __IKCP_H__ -#define __IKCP_H__ +#ifndef IKCP_H +#define IKCP_H #include #include