Skip to content

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.
@Anixx
Copy link

Anixx commented Dec 22, 2024

This does not fix the classic theme so far:

изображение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants