8303169: Remove Windows specific workaround from libdt

Reviewed-by: cjplummer, sspitsyn, clanger
This commit is contained in:
Julian Waters 2023-02-27 15:35:58 +00:00
parent f2b03f9a2c
commit 2fe4e5f8d7

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 2023, 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,15 +26,12 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <inttypes.h>
#include "sysShmem.h"
#include "shmemBase.h"
#include "jdwpTransport.h" /* for Packet, TransportCallback */
#if defined(_WIN32)
#define PRId64 "I64d"
#endif
#define MIN(x,y) ((x)<(y)?(x):(y))
/*