rwfpl / rewolf-wow64ext

Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.
936 stars 299 forks source link

Fix const correctness for standards-conforming compiler behavior #23

Closed m417z closed 2 years ago

m417z commented 2 years ago

These changes make the library compatible with the /permissive- option. This option is implicitly set while using /std:c++20.

rwfpl commented 2 years ago

Thanks!