Kaydet (Commit) 83386061 authored tarafından Benjamin Peterson's avatar Benjamin Peterson Kaydeden (comit) GitHub

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

üst b0a9a5a6
#include "Python.h" #include "Python.h"
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
#include <windows.h> #include <windows.h>
#include <winsock2.h> /* struct timeval */
#endif #endif
#if defined(__APPLE__) #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