]> git.ipfire.org Git - thirdparty/xz.git/commit
mythread.h: Fix typo error in Vista threads mythread_once().
authorJamaika1 <lukaszcz18@wp.pl>
Tue, 8 Aug 2023 12:07:59 +0000 (14:07 +0200)
committerJia Tan <jiat0218@gmail.com>
Wed, 25 Oct 2023 22:22:24 +0000 (06:22 +0800)
commitc0c0cd4a483a672b66a13761583bc4f84d86d501
treeef0108fb0a1bac7f32ba859095975a8c7c884adc
parentd93fbefcc48a8737fdf5678ce66d1c1d605752a0
mythread.h: Fix typo error in Vista threads mythread_once().

The "once_" variable was accidentally referred to as just "once". This
prevented building with Vista threads when
HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR was not defined.
src/common/mythread.h