--- old/src/java.base/windows/native/libjava/io_util_md.c 2018-03-28 12:27:47.834049039 +0200 +++ new/src/java.base/windows/native/libjava/io_util_md.c 2018-03-28 12:27:47.614049041 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -223,7 +223,7 @@ return pathbuf; } -FD +JNIEXPORT FD JNICALL winFileHandleOpen(JNIEnv *env, jstring path, int flags) { const DWORD access = @@ -575,7 +575,7 @@ } } -jlong +JNIEXPORT jlong JNICALL handleLseek(FD fd, jlong offset, jint whence) { LARGE_INTEGER pos, distance;