mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8200468: Port the native GSS-API bridge to Windows
Reviewed-by: ihse, valeriep
This commit is contained in:
parent
468c1c19bb
commit
0b6fbf50d2
10 changed files with 184 additions and 160 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* 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
|
||||
|
@ -26,6 +26,7 @@
|
|||
#include <jni.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include "gssapi.h"
|
||||
|
||||
#ifndef _Included_NATIVE_Util
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue