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