Mercurial > hg > wabletios
annotate json/autolink.h @ 15:d5758530a039 tip
oF0.84
Retina, and iPhone support
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 12 May 2015 15:48:52 +0100 |
parents | 426d645d8e69 |
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 |