You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Next Release (5.19.0)
7
7
8
8
Features
9
9
--------
10
+
*[#1696](https://github.com/java-native-access/jna/pull/1696): Add `LARGE_INTEGER.ByValue` to `LARGE_INTEGER` in `WinNT.java` - [@baier233](https://github.com/baier233).
10
11
11
12
Bug Fixes
12
13
---------
@@ -1464,4 +1465,4 @@ Bug Fixes
1464
1465
* Ensure native libraries are only loaded once until released
1465
1466
* Properly handle NULL when the return value is a Structure
1466
1467
* Proper conversion to wchar_t on linux
1467
-
* Copy full length of Java strings to C strings instead of stopping when a NUL character is encountered
1468
+
* Copy full length of Java strings to C strings instead of stopping when a NUL character is encountered
0 commit comments