reserved identifier to fit secure coding

This commit is contained in:
skywind3000 2016-07-14 01:09:20 +08:00
parent 45f2fd6056
commit bf4cc82998

4
ikcp.h
View File

@ -9,8 +9,8 @@
// + Lightweight, distributed as a single source file. // + Lightweight, distributed as a single source file.
// //
//===================================================================== //=====================================================================
#ifndef __IKCP_H__ #ifndef IKCP_H
#define __IKCP_H__ #define IKCP_H
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>