src/os/windows/vm/jvm_windows.h

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

*** 57,67 **** #include <Psapi.h> #endif #include <Tlhelp32.h> ! typedef unsigned int socklen_t; // #include "jni.h" #define JNI_ONLOAD_SYMBOLS {"_JNI_OnLoad@8", "JNI_OnLoad"} #define JNI_ONUNLOAD_SYMBOLS {"_JNI_OnUnload@8", "JNI_OnUnload"} --- 57,67 ---- #include <Psapi.h> #endif #include <Tlhelp32.h> ! 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"}