remove \r
[extl.git] / extl / conversion / config / support.h
blobd67c1ffeb57731766cded1e8ab1be31f0e9d7879
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: support.h
4 * Created: 08.11.20
5 * Updated: 08.11.20
7 * Brief: The Conversion Library Support
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_CONVERSION_CONFIG_SUPPORT_H
15 #define EXTL_CONVERSION_CONFIG_SUPPORT_H
17 #ifndef EXTL_CONVERSION_CONFIG_H
18 # error This file must be included of extl\conversion\config\config.h
19 #endif
21 /*#ifndef EXTL_TYPE_CONFIG_H
22 # include "../type/config/config.h"
23 #endif*/
25 /* ///////////////////////////////////////////////////////////////////////
26 * Compatibility
29 /* //////////////////////////////////////////////////////////////////// */
30 #endif /* EXTL_CONVERSION_CONFIG_SUPPORT_H */
31 /* //////////////////////////////////////////////////////////////////// */