Commit bcaac818 authored by Antoine Pitrou's avatar Antoine Pitrou Committed by GitHub

Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)

This reverts commit 83386061, as it broke Windows builds.
parent 3fc499bc
#include "Python.h"
#ifdef MS_WINDOWS
#include <windows.h>
#include <winsock2.h> /* struct timeval */
#endif
#if defined(__APPLE__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment