remove \r
[extl.git] / extl / platform_ / windows / synch / config / config.h
blob70d7a09e083a24ca2c5b12869d316018a9bbf775
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: config.h
4 * Created: 08.11.20
5 * Updated: 08.11.20
7 * Brief: The Windows Synchronization Library Configuration
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_PLATFORM_WINDOWS_SYNCH_CONFIG_H
15 #define EXTL_PLATFORM_WINDOWS_SYNCH_CONFIG_H
17 #ifndef EXTL_PLATFORM_WINDOWS_CONFIG_SUB_H
18 # error This file must be included of extl\platform\windows\config\sub_config.h
19 #endif
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "support.h"
26 /* //////////////////////////////////////////////////////////////////// */
27 #endif /* EXTL_PLATFORM_WINDOWS_SYNCH_CONFIG_H */
28 /* //////////////////////////////////////////////////////////////////// */