Add files via upload

This commit is contained in:
nmset
2018-04-14 21:39:55 +02:00
committed by GitHub
parent 3618a09c27
commit df97397fc4
32 changed files with 2136 additions and 2 deletions

19
gcc_version.h Normal file
View File

@@ -0,0 +1,19 @@
/*
* Author: SET - nmset@netcourrier.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 */