Fix 'AO_pt_lock undefined' error if cross-compiling manually (MinGW)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 16 Jan 2018 08:50:35 +0000 (11:50 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 5 Mar 2018 21:32:28 +0000 (00:32 +0300)
commit7d3482f57fe84e2f93310df26bcb16407594c51d
treec75fa7c78d2b5b9d74046b415115b8388184f902
parent5ae4b4aeea2baf13752d07e3038c47f70f06dcac
Fix 'AO_pt_lock undefined' error if cross-compiling manually (MinGW)

* tests/test_atomic.c [AO_USE_PTHREAD_DEFS] (main): Skip the test if
__MINGW32__ (even if AO_NO_PTHREADS is not defined).
tests/test_atomic.c