diff --git a/CHANGES.md b/CHANGES.md index 40cbc8b09b..d8c9128e28 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ Next Release (5.7.0) Features -------- +* [#1231](https://github.com/java-native-access/jna/pull/1231): The test suite can now be executed on Windows using either ANSI or UNICODE win32 API by passing `-Dw32.ascii=true/false` to ant. Previously, UNICODE was always used. - [@T-Svensson](https://github.com/T-Svensson/) Bug Fixes --------- diff --git a/contrib/platform/build.xml b/contrib/platform/build.xml index edd7267a4f..66b8f650f7 100644 --- a/contrib/platform/build.xml +++ b/contrib/platform/build.xml @@ -221,6 +221,9 @@ com.sun.jna.platform.wince;version=${osgi.version} tests.platform.windows=${tests.platform.windows} tests.platform.linux=${tests.platform.linux} tests.platform.unix=${tests.platform.unix} + + + @@ -228,6 +231,8 @@ com.sun.jna.platform.wince;version=${osgi.version} + +