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

Change LPWSTR.ByReference to extend LPWSTR instead of BSTR #993

Merged
merged 1 commit into from
Aug 4, 2018

Conversation

FThompson
Copy link
Contributor

LPWSTR.ByReference currently extends BSTR, which seems to be a typo (copy-pasted BSTR.ByReference?). Instead, LPWSTR.ByReference should extend LPWSTR to follow the typical ByReference subclass paradigm.

LPWSTR.ByReference currently extends BSTR, which seems to be a typo (copy-pasted BSTR.ByReference?). Instead, LPWSTR.ByReference should extend LPWSTR to follow the typical ByReference subclass paradigm.
@matthiasblaesing
Copy link
Member

Indeed the definition was broken - BSTR and LPWSTR have completely different structure. Thank you.

@matthiasblaesing matthiasblaesing merged commit df9511f into java-native-access:master Aug 4, 2018
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