psdk_inc/_socket_types.h: Provide the SOCKET type as unsigned

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4318 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/ChangeLog b/mingw-w64-headers/include/ChangeLog
index 2a95552..a18b470 100644
--- a/mingw-w64-headers/include/ChangeLog
+++ b/mingw-w64-headers/include/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-07  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* psdk_inc/_socket_types.h: Provide the SOCKET type as unsigned.
+
 2011-07-23  Ozkan Sezer  <sezeroz@gmail.com>
 
 	* winnt.h (C_ASSERT): Revert the EXTERN_C change from rev.4285/4286.
diff --git a/mingw-w64-headers/include/psdk_inc/_socket_types.h b/mingw-w64-headers/include/psdk_inc/_socket_types.h
index 97da95e..429d84e 100644
--- a/mingw-w64-headers/include/psdk_inc/_socket_types.h
+++ b/mingw-w64-headers/include/psdk_inc/_socket_types.h
@@ -7,7 +7,7 @@
 #ifndef ___WSA_SOCKET_TYPES_H
 #define ___WSA_SOCKET_TYPES_H
 
-#if 0
+#if 1
 typedef UINT_PTR	SOCKET;
 #else
 typedef INT_PTR		SOCKET;