Skip to content

Commit

Permalink
Merge pull request #485 from lgoldstein/comparable-types
Browse files Browse the repository at this point in the history
Implemented Comparable interface for many of the base types in WinDef
  • Loading branch information
dblock committed Aug 13, 2015
2 parents ec988a2 + c3c7a36 commit e42f981
Show file tree
Hide file tree
Showing 8 changed files with 587 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 e42f981

Please sign in to comment.