src/java.base/windows/native/libjava/io_util_md.c
branchihse-remove-mapfiles-branch
changeset 56106 40e61db323c2
parent 47289 6439a2eca58b
child 56721 01b558efd286
--- a/src/java.base/windows/native/libjava/io_util_md.c	Tue Feb 13 10:36:52 2018 +0100
+++ b/src/java.base/windows/native/libjava/io_util_md.c	Tue Feb 13 10:37:33 2018 +0100
@@ -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
 winFileHandleOpen(JNIEnv *env, jstring path, int flags)
 {
     const DWORD access =
@@ -575,7 +575,7 @@
     }
 }
 
-jlong
+JNIEXPORT jlong
 handleLseek(FD fd, jlong offset, jint whence)
 {
     LARGE_INTEGER pos, distance;