Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 536 Bytes

File metadata and controls

7 lines (7 loc) · 536 Bytes

This is my replacement for explorer.exe (windows shell).

To compile this monster you need to have json.hpp in same dir as shell02.cpp

Here is compile command:

g++ -O3 -flto -DNDEBUG -municode -Wno-stringop-overread -o shell02.exe shell02_wallpaper_engine.cpp -lgdi32 -lshell32 -lcomctl32 -lole32 -luuid -lgdiplus -ldwmapi -lpsapi -lPowrProf -mwindows -std=c++17 -s

Contribute:

Just fork repo if you have something to add, change, replace or refactor. I may need to refactor this in multiple files and adding a build script later.