hotspot/src/os/windows/vm/jvm_windows.h
changeset 12593 b0e4fdf19f29
parent 11256 025cd1741566
child 13954 7baa94958679
equal deleted inserted replaced
12592:6d69203a4cb0 12593:b0e4fdf19f29
    57 #include <Psapi.h>
    57 #include <Psapi.h>
    58 #endif
    58 #endif
    59 
    59 
    60 #include <Tlhelp32.h>
    60 #include <Tlhelp32.h>
    61 
    61 
    62 typedef unsigned int socklen_t;
    62 typedef int socklen_t;
    63 
    63 
    64 // #include "jni.h"
    64 // #include "jni.h"
    65 
    65 
    66 #define JNI_ONLOAD_SYMBOLS      {"_JNI_OnLoad@8", "JNI_OnLoad"}
    66 #define JNI_ONLOAD_SYMBOLS      {"_JNI_OnLoad@8", "JNI_OnLoad"}
    67 #define JNI_ONUNLOAD_SYMBOLS    {"_JNI_OnUnload@8", "JNI_OnUnload"}
    67 #define JNI_ONUNLOAD_SYMBOLS    {"_JNI_OnUnload@8", "JNI_OnUnload"}