mirror of
https://github.com/overte-org/overte.git
synced 2025-07-17 18:36:54 +02:00
remove doubled timeval definition from SharedUtil
This commit is contained in:
parent
da24483d7c
commit
186c588d5a
1 changed files with 0 additions and 6 deletions
|
@ -15,12 +15,6 @@
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef _timeval_
|
|
||||||
#define _timeval_
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue