Skip to content

WIP: Support builds on Visual Studio

Chun-wei Fan requested to merge fanc999/libdex:windows-msvc into main

Hi,

This attempts to make libdex build on Visual Studio, which is now WIP as the code in the current state require stdatomics.h to be usable in C, which will be in an experimental status from Visual Studio 2022 17.5 preview 2 (I will await 17.5 final to be safer).

Closes issue #2 (closed).

With blessings, thank you!

Merge request reports