mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Fix issues in some IDEs
This commit is contained in:
		| @@ -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 | ||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez