诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
438 B

  1. #ifndef JSON_AUTOLINK_H_INCLUDED
  2. # define JSON_AUTOLINK_H_INCLUDED
  3. # include "config.h"
  4. # ifdef JSON_IN_CPPTL
  5. # include <cpptl/cpptl_autolink.h>
  6. # endif
  7. # if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL)
  8. # define CPPTL_AUTOLINK_NAME "json"
  9. # undef CPPTL_AUTOLINK_DLL
  10. # ifdef JSON_DLL
  11. # define CPPTL_AUTOLINK_DLL
  12. # endif
  13. # include "autolink.h"
  14. # endif
  15. #endif // JSON_AUTOLINK_H_INCLUDED