Kaydet (Commit) bcaac818 authored tarafından Antoine Pitrou's avatar Antoine Pitrou Kaydeden (comit) GitHub

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

This reverts commit 83386061, as it broke Windows builds.
üst 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