2 * Copyright 2009 Extreme Engineering Solutions, Inc.
4 * SPDX-License-Identifier: LGPL-2.0+
7 #ifndef __OS_SUPPORT_H_
8 #define __OS_SUPPORT_H_
13 * Include additional files required for supporting different operating systems
16 #include "mingw_support.h"
19 #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
23 #endif /* __OS_SUPPORT_H_ */