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

Cleanup stdafx.h #9483

Merged
merged 4 commits into from
Dec 22, 2020
Merged

Cleanup stdafx.h #9483

merged 4 commits into from
Dec 22, 2020

Conversation

Nekotekina
Copy link
Member

@Nekotekina Nekotekina commented Dec 22, 2020

It's a header used by precompiled header support (not enabled in rpcs3qt anyway).
Including it in another headers leaves a bad taste in the mouth.

Added NOMINMAX definition in project configuration.
Removed half-arsed half-dead MemLeak build.

There are better memleak detection tools.
1) Requires to guard placement new and external libs
2) Doesn't work thoroughly
It's file for precompiled headers.
Include what is used, don't rely on transitive includes.
Also remove some forward declarations from util/types.hpp
If they don't work properly, it's easier to remove them.
Can workaround some possible problems.
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.

None yet

1 participant