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

Remove unnecessary __stdcall defines #27

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Conversation

TheNNX
Copy link
Contributor

@TheNNX TheNNX commented Apr 13, 2024

The proposed changes remove unnecessary __stdcall defines. The macro is not used anywhere, and defining __stdcall to __cdecl is quite confusing in my opinion - it's a bit like #define true false. Where necessary (not that it is really - the entire project is set to use __cdecl as the default calling convention), functions can simply use the redefined WINAPI define.

@dz333n dz333n merged commit b38c634 into dz333n:master Apr 13, 2024
4 checks passed
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