config.hxx 349 B

1234567891011121314
  1. // file : xml/details/config.hxx
  2. // copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
  3. // license : MIT; see accompanying LICENSE file
  4. #ifndef XML_DETAILS_CONFIG_HXX
  5. #define XML_DETAILS_CONFIG_HXX
  6. #ifdef _MSC_VER
  7. # include <xml/details/config-vc.h>
  8. #else
  9. # include <xml/details/config.h>
  10. #endif
  11. #endif // XML_DETAILS_CONFIG_HXX