Skip to content

Commit

Permalink
Implemented Comparable interface for many of the base types in WinDef
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyor Goldstein committed Aug 12, 2015
1 parent ec988a2 commit 1a6cc52
Show file tree
Hide file tree
Showing 7 changed files with 540 additions and 67 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Features
* [#436] (https://github.com/twall/jna/pull/469): Added basic Pdh API implementation to 'com.sun.jna.platform.win32' - [@lgoldstein](https://github.com/lgoldstein).
* [#481] (https://github.com/twall/jna/pull/481): Added volume management functions to 'com.sun.jna.platform.win32' - [@lgoldstein](https://github.com/lgoldstein).
* [#483] (https://github.com/twall/jna/pull/483): Found and fixed duplicate method definitions for the same API in 'com.sun.jna.platform.win32' - [@lgoldstein](https://github.com/lgoldstein).
* [#485] (https://github.com/twall/jna/pull/485): Implemented Comparable interface for many of the base types in 'com.sun.jna.platform.win32.WinDef' - [@lgoldstein](https://github.com/lgoldstein).

Bug Fixes
---------
Expand Down
Loading

0 comments on commit 1a6cc52

Please sign in to comment.