[vlc-devel] [PATCH 07/28] modules/misc/webservices: fixed include-guards

Filip Roséen filip at atch.se
Sat Feb 20 23:20:12 CET 2016


  * renamed include-guards to fix issue with reserved identifier
---
 modules/misc/webservices/json.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/misc/webservices/json.h b/modules/misc/webservices/json.h
index 26bd249..2175374 100644
--- a/modules/misc/webservices/json.h
+++ b/modules/misc/webservices/json.h
@@ -28,8 +28,8 @@
  * SUCH DAMAGE.
  */
 
-#ifndef _JSON_H
-#define _JSON_H
+#ifndef MISC__WEBSERVICES__JSON_H_
+#define MISC__WEBSERVICES__JSON_H_
 
 #ifndef json_char
    #define json_char char
-- 
2.7.1



More information about the vlc-devel mailing list