mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8307163: JLONG_FORMAT_SPECIFIER should be updated on Windows
Reviewed-by: stuefe
This commit is contained in:
parent
3709344166
commit
0ee196bef1
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#define MAXPATHLEN MAX_PATH
|
||||
#define MAXNAMELEN MAX_PATH
|
||||
|
||||
#define JLONG_FORMAT_SPECIFIER "%I64d"
|
||||
#define JLONG_FORMAT_SPECIFIER "%lld"
|
||||
|
||||
/*
|
||||
* Function prototypes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue