ysc3839 / win32-darkmode

Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.
MIT License
437 stars 48 forks source link

Slight upgrade to the project #22

Open HO-COOH opened 1 year ago

Squall-Leonhart commented 1 year ago

The latest changes in the delayload branch handle versioning differently to master.

God-damnit-all commented 1 year ago

The latest changes in the delayload branch handle versioning differently to master.

There's no reason not to merge this PR anyway, though. Even if it becomes obsolete, it's an improvement to the code that might be useful for someone that doesn't want to use the delayload branch's approach for whatever reason.

Perhaps after merging this, the current primary branch could become the legacy branch, and the delayload branch could become the new primary.

God-damnit-all commented 12 months ago

@ysc3839 I recommend merging this, then making your current main branch the legacy branch, and the delayload branch the new main branch.