Steven Yi - 2017-03-18

I am having issues linking to these functions:

CMakeFiles/csound64.dir/objects.a(threads.c.obj): In function csoundCreateBarrier': C:/msys64/home/stevenyi/work/csound/no-pthreads/Top/threads.c:238: undefined reference toInitializeSynchronizationBarrier'
CMakeFiles/csound64.dir/objects.a(threads.c.obj): In function csoundDestroyBarrier': C:/msys64/home/stevenyi/work/csound/no-pthreads/Top/threads.c:244: undefined reference toDeleteSynchronizationBarrier'
CMakeFiles/csound64.dir/objects.a(threads.c.obj): In function csoundWaitBarrier': C:/msys64/home/stevenyi/work/csound/no-pthreads/Top/threads.c:250: undefined reference toEnterSynchronizationBarrier'

There is mention of a possible fix here in a PR on github:

https://github.com/Alexpux/mingw-w64/pull/2/files

Are there plans to address this issue or are there perhaps any workarounds?