diff options
author | Minmin Gong <gongminmin@msn.com> | 2020-05-18 16:22:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 16:22:53 (GMT) |
commit | f660567937277cc3a2cd53af77bbb18e905427e8 (patch) | |
tree | 9b6c97dde19f448675440e65af26f62fda6cbd81 /Misc | |
parent | 7f21c9ac872acc2114aee3313d132b016550ff42 (diff) | |
download | cpython-f660567937277cc3a2cd53af77bbb18e905427e8.zip cpython-f660567937277cc3a2cd53af77bbb18e905427e8.tar.gz cpython-f660567937277cc3a2cd53af77bbb18e905427e8.tar.bz2 |
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-05-17-00-08-13.bpo-40650.4euMtU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-05-17-00-08-13.bpo-40650.4euMtU.rst b/Misc/NEWS.d/next/Windows/2020-05-17-00-08-13.bpo-40650.4euMtU.rst new file mode 100644 index 0000000..db13e58 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-05-17-00-08-13.bpo-40650.4euMtU.rst @@ -0,0 +1 @@ +Include winsock2.h in pytime.c for timeval.
\ No newline at end of file |