aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-28 20:20:17 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-28 20:20:17 -0500
commit2edfae46cc600079cb705e78f885df1fac269ce2 (patch)
treeee7d2370ffc570c69842bbfcfa392fdd8cacf23f /docker
parentfbfdd7b1171e692a663bf221075abfe0e0ef0ab9 (diff)
Strip Windows-only blocks from env*.cpp/.h
These files were ported from upstream MO2 with the Windows code wrapped in #ifdef _WIN32 and Linux equivalents in the #else branch. The Windows branches never compile on this fork — drop them so the source matches what's actually built. - envwindows.cpp/.h: kept Linux uname()/os-release implementation; the WindowsInfo::Version/Release fields drop their DWORD/uint32_t fork. - envshell.cpp: deleted entirely (Linux body was empty — header declares no-op stubs inline). - envshell.h: drop Win32 ShellMenu declarations, keep Linux stubs. - envmetrics.cpp: kept QScreen-based Linux Display/Metrics implementation. - envshortcut.cpp: kept Linux .desktop shortcut writer + PE icon extractor, drop Win32 IShellLink path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'docker')
0 files changed, 0 insertions, 0 deletions