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