< prev index next >

src/java.security.jgss/windows/native/libw2k_lsa_auth/WindowsDirectory.c

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2009, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 25,34 **** --- 25,35 ---- #define UNICODE #include <jni.h> #include <windows.h> #include <stdlib.h> + #include "sun_security_krb5_Config.h" /* * Class: sun_security_krb5_Config * Method: getWindowsDirectory * Signature: (Z)Ljava/lang/String;
< prev index next >