remove \r
[extl.git] / extl / platform_ / config / config.h
blobb16033d300e27ad60abf4e119f8522de719992fe
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: config.h
4 * Created: 08.06.26
5 * Updated: 08.11.09
7 * Brief: The platform library configuration
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_PLATFORM_CONFIG_H
15 #define EXTL_PLATFORM_CONFIG_H
17 #ifndef EXTL_CONFIG_SUB_H
18 # error This file must be included of extl\config\sub_config.h
19 #endif
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "platform.h"
25 #include "namespace.h"
26 #include "support.h"
27 #include "sub_config.h"
28 #include "test.h"
30 /* //////////////////////////////////////////////////////////////////// */
31 #endif /* EXTL_PLATFORM_CONFIG_H */
32 /* //////////////////////////////////////////////////////////////////// */