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

replace 'LSTATUS' with 'LONG' #5

Closed
wants to merge 1 commit into from

Conversation

Softkandi
Copy link
Contributor

When Arcanum was being developed, the Windows SDK declared 'RegOpenKeyExA' as returning a 'LONG'. The 'LSTATUS' type came much later, with the SDK for Windows Vista in 2006.

When Arcanum was being developed, the Windows SDK declared 'RegOpenKeyExA' as returning a 'LONG'. The 'LSTATUS' type came much later, with the SDK for Windows Vista in 2006.
@alexbatalov
Copy link
Owner

Hey mate, the main goal of this repo is to support multiple platforms, in very many respects this means moving away from Windows-specific stuff to standard C things. This PR won't be merged as well as #6 for being Windows only. #7 and #8 won't be merged as they replace standard C functions with MSVC implementation-specific cousins.

@Softkandi
Copy link
Contributor Author

OK I think there is some misunderstanding here. So you want to go cross-platform directly. There won't be an Arcanum Reference Edition, correct?

@Softkandi Softkandi deleted the patch-LSTATUS branch September 21, 2024 01:01
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