mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-04 23:40:04 +00:00
Fix issues in some IDEs
This commit is contained in:
parent
58ded939ad
commit
b5a5b9a298
@ -2,7 +2,7 @@
|
|||||||
// SPDX-FileCopyrightText: Carles Fernandez-Prades <carles.fernandez(at)cttc.es>
|
// SPDX-FileCopyrightText: Carles Fernandez-Prades <carles.fernandez(at)cttc.es>
|
||||||
#ifndef _MSC_VER // [
|
#ifndef _MSC_VER // [
|
||||||
#error "Use this header only with Microsoft Visual C++ compilers!"
|
#error "Use this header only with Microsoft Visual C++ compilers!"
|
||||||
#endif // _MSC_VER ]
|
#else
|
||||||
|
|
||||||
#ifndef _MSC_SYS_TIME_H
|
#ifndef _MSC_SYS_TIME_H
|
||||||
#define _MSC_SYS_TIME_H
|
#define _MSC_SYS_TIME_H
|
||||||
@ -72,3 +72,6 @@ static inline int gettimeofday(struct timeval *tv, struct timezone *tz)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // _MSC_SYS_TIME_H
|
||||||
|
#endif // _MSC_VER
|
Loading…
Reference in New Issue
Block a user