< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv.hpp

Print this page

        

*** 124,129 **** --- 124,135 ---- ExceptionCheckingJniEnv::ErrorHandler error_handler = ExceptionCheckingJniEnv::FatalError) : _env(jni_env, error_handler) { } }; + /*******************************************************************/ + + #if (defined(WIN32) || defined(_WIN32)) + #define snprintf _snprintf + #endif + #endif
< prev index next >