src/os/windows/vm/jvm_windows.h

Print this page
rev 3227 : 7157695: Add windows implementation of socket interface
Summary: Add imlp using winsock.
Reviewed-by:
Contributed-by: nils.eliasson@oracle.com

@@ -57,11 +57,11 @@
 #include <Psapi.h>
 #endif
 
 #include <Tlhelp32.h>
 
-typedef unsigned int socklen_t;
+typedef int socklen_t;
 
 // #include "jni.h"
 
 #define JNI_ONLOAD_SYMBOLS      {"_JNI_OnLoad@8", "JNI_OnLoad"}
 #define JNI_ONUNLOAD_SYMBOLS    {"_JNI_OnUnload@8", "JNI_OnUnload"}