mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-16 13:52:02 +02:00
use extern C in Systime header
This commit is contained in:
parent
885cee28c5
commit
ea8f0df17d
1 changed files with 4 additions and 0 deletions
|
@ -15,8 +15,12 @@
|
|||
|
||||
#include <winsock2.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
int __cdecl gettimeofday(struct timeval *__restrict__, void *__restrict__);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif // hifi_Systime_h
|
Loading…
Reference in a new issue