Files
saf7/gcc_version.h
2020-06-05 20:27:00 +02:00

20 lines
309 B
C

/*
* Author: SET - nmset@yandex.com
* License : GPL v2
* Copyright SET - © 2017
*
* Created on 2 juin 2017, 17:35
*/
#ifndef GCC_VERSION_H
#define GCC_VERSION_H
// Include at top of every file dealing with DBus
#if __GNUC__ == 7
#define DBUS_HAS_RECURSIVE_MUTEX
#endif
#endif /* GCC_VERSION_H */