Lely core libraries  2.2.5
libc.h
Go to the documentation of this file.
1 
21 #ifndef LELY_LIBC_INTERN_LIBC_H_
22 #define LELY_LIBC_INTERN_LIBC_H_
23 
24 #ifdef HAVE_CONFIG_H
25 #include <config.h>
26 #endif
27 
28 #include <lely/features.h>
29 
30 #ifdef __cplusplus
31 namespace lely {
33 namespace compat {}
34 } // namespace lely
35 #endif
36 
37 LELY_INGORE_EMPTY_TRANSLATION_UNIT
38 
39 #if _WIN32
40 
46 #define MAX_SLEEP_MS (ULONG_MAX - 1)
47 
48 #endif // _WIN32
49 
50 #endif // !LELY_LIBC_INTERN_LIBC_H_
This header file is part of the utilities library; it contains the configuration functions.
Definition: buf.hpp:32
This header file is part of the Lely libraries; it contains the compiler feature definitions.