jdk/src/java.base/windows/native/libjli/java_md.h
changeset 40945 f241705723ea
parent 34960 75262319b048
equal deleted inserted replaced
40944:dba53de83476 40945:f241705723ea
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2016, 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
    52  * Function prototypes.
    52  * Function prototypes.
    53  */
    53  */
    54 
    54 
    55 int UnsetEnv(char *name);
    55 int UnsetEnv(char *name);
    56 
    56 
    57 jboolean
       
    58 GetApplicationHomeFromDll(char *buf, jint bufsize);
       
    59 
       
    60 #endif /* JAVA_MD_H */
    57 #endif /* JAVA_MD_H */