src/java.prefs/macosx/native/libprefs/MacOSXPreferencesFile.m
changeset 50471 f0aeede1b855
parent 47216 71c04702a3d5
equal deleted inserted replaced
50470:f3aac763a315 50471:f0aeede1b855
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    61 #include <CoreFoundation/CoreFoundation.h>
    61 #include <CoreFoundation/CoreFoundation.h>
    62 
    62 
    63 #include "jni_util.h"
    63 #include "jni_util.h"
    64 #include "jlong.h"
    64 #include "jlong.h"
    65 #include "jvm.h"
    65 #include "jvm.h"
       
    66 #include "java_util_prefs_MacOSXPreferencesFile.h"
    66 
    67 
    67 /*
    68 /*
    68  * Declare library specific JNI_Onload entry if static build
    69  * Declare library specific JNI_Onload entry if static build
    69  */
    70  */
    70 DEF_STATIC_JNI_OnLoad
    71 DEF_STATIC_JNI_OnLoad