You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code should be good for running on Windows as is -
However, I don't regularly use Windows, and last time I tried to build it I hit a wall because this code needs stdatomic.h in C, and the build-stack I had installed configured it to work with C++ -
Searching on how to get it configured to work with plain C took me to places I don't want to be. :-)
Help wanted on this one.
The text was updated successfully, but these errors were encountered:
The code should be good for running on Windows as is -
However, I don't regularly use Windows, and last time I tried to build it I hit a wall because this code needs
stdatomic.h
in C, and the build-stack I had installed configured it to work with C++ -Searching on how to get it configured to work with plain C took me to places I don't want to be. :-)
Help wanted on this one.
The text was updated successfully, but these errors were encountered: