Files
saf7/gcc_version.h

20 lines
337 B
C
Raw Normal View History

2018-04-14 21:39:55 +02:00
/*
2022-11-19 16:21:40 +01:00
* Author: Saleem Edah-Tally - nmset@yandex.com
2018-04-14 21:39:55 +02:00
* License : GPL v2
2022-11-19 16:21:40 +01:00
* Copyright Saleem Edah-Tally - © 2017
2018-04-14 21:39:55 +02:00
*
* 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 */