mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8309880: Add support for linking libffi on Windows and Mac
Co-authored-by: Aleksey Shipilev <shade@openjdk.org> Co-authored-by: Jorn Vernee <jvernee@openjdk.org> Reviewed-by: erikj
This commit is contained in:
parent
1d1ed0d8f7
commit
4c18b9e1fa
7 changed files with 126 additions and 30 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <ffi.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#ifdef _WIN64
|
||||
#include <Windows.h>
|
||||
#include <Winsock2.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue