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

Fix SUCCEEDED and FAILED instead of trying to fix the bug where it's vis... #403

Merged
merged 1 commit into from
Mar 16, 2015

Conversation

lwahonen
Copy link

Squashed the COM fixes into single commit as requested

@lwahonen lwahonen closed this Mar 16, 2015
@lwahonen lwahonen deleted the upstream branch March 16, 2015 05:31
@lwahonen lwahonen restored the upstream branch March 16, 2015 05:32
@lwahonen lwahonen reopened this Mar 16, 2015
@@ -40,6 +40,7 @@ Bug Fixes
* [#382](https://github.com/twall/jna/pull/382): Fixed memory allocation in `com.sun.jna.platform.win32.WTypes.LPWSTR` and `LPSTR` constructors - [@junak-michal](https://github.com/junak-michal).
* Fix publish doc links - [@bhamail](https://github.com/bhamail).
* [#388](https://github.com/twall/jna/issues/388): Ensure native library always opened with provided flags - [@zolyfarkas](https://github.com/zolyfarkas).
* Make com.sun.jna.platform.win32.COM.COMUtils.SUCCEEDED and FAILED conform to MSDN specification for said macros. [@lwahonen](https://github.com/lwahonen)
Copy link
Member

Choose a reason for hiding this comment

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

Make this look like everything else, PR link first, period at the end.

@dblock
Copy link
Member

dblock commented Mar 16, 2015

Sorry to bring this up late, should have done that the first time, but this definitely needs tests, please, to be merged.

@dblock
Copy link
Member

dblock commented Mar 16, 2015

As you make changes, just commit with --amend and force push your branch, this way you don't have piling up updates.

…visible. See MSDN for FAILED and SUCCEEDED definitions

Changes
@lwahonen
Copy link
Author

Added a test. Surprised that this had been merged originally with one in place, and broken too..

@dblock
Copy link
Member

dblock commented Mar 16, 2015

Yes, I am surprised too. Probably my bad.

dblock added a commit that referenced this pull request Mar 16, 2015
Fix SUCCEEDED and FAILED instead of trying to fix the bug where it's vis...
@dblock dblock merged commit de3a9ea into java-native-access:master Mar 16, 2015
@dblock
Copy link
Member

dblock commented Mar 16, 2015

Merged.

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