Add macros for thread local storage on MinGW 32
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 24 Apr 2010 22:43:38 +0000 (18:43 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 3 May 2010 08:12:43 +0000 (11:12 +0300)
commit5158d6740c8e2643611a623a0caa649f4b0bc5bd
tree7a5f27c9dbaf94eda3aa64a6e257b61ea03437eb
parent582fa58bba7008c2b852ba56557612866f7522d5
Add macros for thread local storage on MinGW 32

These macros are identical to the ones that Tor Lillqvist posted here:

    http://lists.freedesktop.org/archives/pixman/2010-April/000160.html

with one exception: the variable is allocated with calloc() and not
malloc().

Cc: tml@iki.fi
pixman/pixman-compiler.h