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 for Vista related code in the compile time. Cleanup copy-past from Windows SDK. It's probably fix for issues related to the Windows 7. Improve compilation time. #2068

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

IRainman
Copy link

Probably fixed #2055 and may'be other Windows 7 related issues.

_WIN32_WINNT is set for Windows 7.
NTDDI_VERSION is set for Windows 8.
_WIN32_IE is set for IE11.
_WIN32_WINDOWS define is removed because it's usefulness.

#define _ATL_ALL_WARNINGS
#define VC_EXTRALEAN
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN (if it's possible)

Fix copy-pasted code from SDK and disable code for Windows Vista in the compile time because we don't support Vista.

…he compile time because we don't support Vista.
#define VC_EXTRALEAN
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN (if it's possible)
_WIN32_WINNT is set for Windows 7.
NTDDI_VERSION is set for Windows 8.
_WIN32_IE is set for IE11.
_WIN32_WINDOWS define is removed because it's usefulness.
@AppVeyorBot
Copy link

@Anixx
Copy link

Anixx commented Dec 22, 2024

This does not fix the classic theme so far:

изображение

@AppVeyorBot
Copy link

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.

windows 7 is unstable
3 participants