Rely on winsock2.h for timeval

Bug: crashpad:
Change-Id: Iee8ebfaf7c4a1e8e87fcfcbc6ee8a4529a2f7c52
Reviewed-on: https://chromium-review.googlesource.com/493893
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Pierre-Antoine Manzagol <manzagop@chromium.org>
This commit is contained in:
Pierre-Antoine Manzagol 2017-05-02 16:59:23 -04:00 committed by Commit Bot
parent 1969a5d758
commit 7d56fd2386

View File

@ -15,9 +15,6 @@
#ifndef CRASHPAD_COMPAT_WIN_SYS_TIME_H_
#define CRASHPAD_COMPAT_WIN_SYS_TIME_H_
struct timeval {
long tv_sec;
long tv_usec;
};
#include <winsock2.h>
#endif // CRASHPAD_COMPAT_WIN_SYS_TIME_H_