Previous 199869 Revisions Next

r24798 Wednesday 7th August, 2013 at 17:58:42 UTC by Miodrag Milanović
this was not needed, putting back to original content (nw)
[src/lib/web/json]json_reader.cpp json_value.cpp json_writer.cpp

trunk/src/lib/web/json/json_reader.cpp
r24797r24798
22// Distributed under MIT license, or public domain if desired and
33// recognized in your jurisdiction.
44// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5#include "emu.h"
5
66#if !defined(JSON_IS_AMALGAMATION)
77# include <json/reader.h>
88# include <json/value.h>
trunk/src/lib/web/json/json_writer.cpp
r24797r24798
22// Distributed under MIT license, or public domain if desired and
33// recognized in your jurisdiction.
44// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5#include "emu.h"
5
66#if !defined(JSON_IS_AMALGAMATION)
77# include <json/writer.h>
88# include "json_tool.h"
trunk/src/lib/web/json/json_value.cpp
r24797r24798
22// Distributed under MIT license, or public domain if desired and
33// recognized in your jurisdiction.
44// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5#include "emu.h"
5
66#if !defined(JSON_IS_AMALGAMATION)
77# include <json/value.h>
88# include <json/writer.h>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team