OSDN Git Service

configure: Use headers in the check for _beginthreadex for w32threads
authorMartin Storsjö <martin@martin.st>
Fri, 30 Nov 2012 14:57:02 +0000 (16:57 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 30 Nov 2012 14:57:02 +0000 (16:57 +0200)
commit3bbe63d1a45853c6b760f1ea9551668568bff7ee
tree6e2fdb597424033e186f3aafa57ff787c68c17a3
parent7e6a11bcf71777ea54a32916411bcebed0e90842
configure: Use headers in the check for _beginthreadex for w32threads

When targeting the metro API subset, this function still exists in
the link libraries, but is excluded from the headers. This makes
sure w32threads is automatically disabled when targeting this API
subset (since not all the necessary functions for it are available).

Signed-off-by: Martin Storsjö <martin@martin.st>
configure