Browse Source

Json webservice: fixed include-guards

* renamed include-guards to fix issue with reserved identifier

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/42/head
Filip Roséen 11 years ago
committed by Jean-Baptiste Kempf
parent
commit
ecb7c84719
  1. 4
      modules/misc/webservices/json.h

4
modules/misc/webservices/json.h

@ -28,8 +28,8 @@
* SUCH DAMAGE.
*/
#ifndef _JSON_H
#define _JSON_H
#ifndef VLC_WEBSERVICES_JSON_H_
#define VLC_WEBSERVICES_JSON_H_
#ifndef json_char
#define json_char char

Loading…
Cancel
Save