[win32_threads] Mark an inline function as static.
authorVincent Povirk <vincent@codeweavers.com>
Thu, 26 May 2016 21:50:42 +0000 (16:50 -0500)
committerVincent Povirk <vincent@codeweavers.com>
Thu, 26 May 2016 21:50:42 +0000 (16:50 -0500)
commit0830b25dc35fe52936eb96e2d02118a5881ffcae
tree2781bc18cefe3f63508b1f437192e548bc5f1733
parent5cb30c7c725a528be6cc24250ea7e4f21ed99df1
[win32_threads] Mark an inline function as static.

If the C compiler decides not to inline the function, and it's not declared
static, it'll look for an extern version, and linking will fail.
libgc/win32_threads.c