Przeglądaj źródła

reserved identifier violation

see #783
bel2125 5 lat temu
rodzic
commit
f407edfb2d
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      include/CivetServer.h

+ 3 - 3
include/CivetServer.h

@@ -4,8 +4,8 @@
  * License http://opensource.org/licenses/mit-license.php MIT License
  */
 
-#ifndef _CIVETWEB_SERVER_H_
-#define _CIVETWEB_SERVER_H_
+#ifndef CIVETSERVER_HEADER_INCLUDED
+#define CIVETSERVER_HEADER_INCLUDED
 #ifdef __cplusplus
 
 #include "civetweb.h"
@@ -646,4 +646,4 @@ class CIVETWEB_CXX_API CivetServer
 };
 
 #endif /*  __cplusplus */
-#endif /* _CIVETWEB_SERVER_H_ */
+#endif /* CIVETSERVER_HEADER_INCLUDED */