Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GetPerformanceInfo(), GetTickCount64(), and SetErrorMode() #640

Merged
merged 3 commits into from
Apr 27, 2016

Conversation

dbwiddis
Copy link
Contributor

No description provided.

@dbwiddis dbwiddis force-pushed the master branch 3 times, most recently from c4e3d40 to fccbca9 Compare April 20, 2016 22:10
@@ -48,6 +48,7 @@ Features
* [#621](https://github.com/java-native-access/jna/pull/621): Added TYPEFLAGS-constants for `wTypeFlags` in `com.sun.jna.platform.win32.OaIdl.TYPEATTR` - [@SevenOf9Sleeper](https://github.com/SevenOf9Sleeper).
* [#625](https://github.com/java-native-access/jna/pull/625): Make conversion to/from java to/from VARIANT in `com.sun.jna.platform.win32.COM.util.Convert` more flexible and dependable - [@matthiasblaesing](https://github.com/matthiasblaesing).
* [#639](https://github.com/java-native-access/jna/pull/639): Add getloadavg() to OS X and Unix - [@dbwiddis](https://github.com/dbwiddis).
* [#640](https://github.com/java-native-access/jna/pull/640): Add GetPerformanceInfo() to Win32.Psapi - [@dbwiddis](https://github.com/dbwiddis).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This added GetTickCount64 too, can you please amend? And make the whole namespace here like above, so com.sun..., cause not everyone is on Windows :)

@dbwiddis dbwiddis changed the title Add GetPerformanceInfo() to win32.Psapi Add Psapi.GetPerformanceInfo() and Kernel32.GetTickCount64() Apr 21, 2016
@dbwiddis dbwiddis changed the title Add Psapi.GetPerformanceInfo() and Kernel32.GetTickCount64() Add GetPerformanceInfo(), GetTickCount64(), and SetErrorMode() Apr 25, 2016
@dbwiddis
Copy link
Contributor Author

Anything else you need?

@dblock
Copy link
Member

dblock commented Apr 27, 2016

Perfect, merging.

@dblock dblock merged commit 3a1b2ee into java-native-access:master Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants