Fixed a segfault when ctypes.wintypes were imported on
non-Windows machines.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a976a1..157c165 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,9 @@
 Library
 -------
 
+- Fixed a segfault in _ctypes when ctypes.wintypes were imported
+  on non-Windows platforms.
+
 - Bug #1518190: The ctypes.c_void_p constructor now accepts any
   integer or long, without range checking.