annotate json/autolink.h @ 13:426d645d8e69

Changed max min audio, saving now saves rest lump positions.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 26 Jun 2013 17:23:30 +0100
parents
children
rev   line source
rt300@13 1 #ifndef JSON_AUTOLINK_H_INCLUDED
rt300@13 2 # define JSON_AUTOLINK_H_INCLUDED
rt300@13 3
rt300@13 4 # include "config.h"
rt300@13 5
rt300@13 6 # ifdef JSON_IN_CPPTL
rt300@13 7 # include <cpptl/cpptl_autolink.h>
rt300@13 8 # endif
rt300@13 9
rt300@13 10 # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL)
rt300@13 11 # define CPPTL_AUTOLINK_NAME "json"
rt300@13 12 # undef CPPTL_AUTOLINK_DLL
rt300@13 13 # ifdef JSON_DLL
rt300@13 14 # define CPPTL_AUTOLINK_DLL
rt300@13 15 # endif
rt300@13 16 # include "autolink.h"
rt300@13 17 # endif
rt300@13 18
rt300@13 19 #endif // JSON_AUTOLINK_H_INCLUDED