bitdisaster / windows-focus-assist

A native node module to read the status of Focus Assist on Windows 10
MIT License
11 stars 8 forks source link

build: enable C++20 #9

Closed samuelmaddock closed 1 month ago

samuelmaddock commented 1 month ago

Enables C++20 and fixes the wide string errors that appeared as a result. This allows for compatibility with Electron v33 due to Chromium requiring native code using C++20 standards.