Mercurial > hg > wabletios
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:5bf377b4c780 | 13:426d645d8e69 |
---|---|
1 #ifndef JSON_AUTOLINK_H_INCLUDED | |
2 # define JSON_AUTOLINK_H_INCLUDED | |
3 | |
4 # include "config.h" | |
5 | |
6 # ifdef JSON_IN_CPPTL | |
7 # include <cpptl/cpptl_autolink.h> | |
8 # endif | |
9 | |
10 # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL) | |
11 # define CPPTL_AUTOLINK_NAME "json" | |
12 # undef CPPTL_AUTOLINK_DLL | |
13 # ifdef JSON_DLL | |
14 # define CPPTL_AUTOLINK_DLL | |
15 # endif | |
16 # include "autolink.h" | |
17 # endif | |
18 | |
19 #endif // JSON_AUTOLINK_H_INCLUDED |