We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b03f9 commit 2fe4e5fCopy full SHA for 2fe4e5f
src/jdk.jdi/share/native/libdt_shmem/shmemBase.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2023, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -26,15 +26,12 @@
26
#include <string.h>
27
#include <errno.h>
28
#include <stdlib.h>
29
+#include <inttypes.h>
30
31
#include "sysShmem.h"
32
#include "shmemBase.h"
33
#include "jdwpTransport.h" /* for Packet, TransportCallback */
34
-#if defined(_WIN32)
35
- #define PRId64 "I64d"
36
-#endif
37
-
38
#define MIN(x,y) ((x)<(y)?(x):(y))
39
40
0 commit comments