remove \r
[extl.git] / extl / platform_ / windows / windows.h
bloba48c86deb499edfbe72ec4f5ffa4571760436f08
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: windows.h
4 * Created: 08.02.02
5 * Updated: 08.11.23
7 * Brief: The Windows Platform Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_PLATFORM_WINDOWS_H
14 #define EXTL_PLATFORM_WINDOWS_H
16 /*!\file windows.h
17 * \brief The Windows Platform Library
20 /* ///////////////////////////////////////////////////////////////////////
21 * Includes
23 #include "prefix.h"
24 #include "test/test.h"
25 #include "counter/counter.h"
26 #include "error/error.h"
27 #include "synch/synch.h"
29 /* //////////////////////////////////////////////////////////////////// */
30 #endif /* EXTL_PLATFORM_WINDOWS_H */
31 /* //////////////////////////////////////////////////////////////////// */