remove \r
[extl.git] / extl / counter / config / support.h
blob3495cd0f66a63b7ba0d241c763f2add4f46e6b23
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: support.h
4 * Created: 08.11.20
5 * Updated: 08.11.20
7 * Brief: The Counter Library Support
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_COUNTER_CONFIG_SUPPORT_H
15 #define EXTL_COUNTER_CONFIG_SUPPORT_H
17 #ifndef EXTL_COUNTER_CONFIG_H
18 # error This file must be included of extl\counter\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_COUNTER_CONFIG_SUPPORT_H */
31 /* //////////////////////////////////////////////////////////////////// */