diff options
author | Bradley Sepos <[email protected]> | 2016-07-07 17:26:45 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-07-07 17:26:45 -0400 |
commit | a923c2ac9e0fa578513dc29c27a7bc03c4fb1319 (patch) | |
tree | 24af990c20e83ac0ddfea261b5dbb66d99f9ddb8 | |
parent | 52a80b880b3e2c80eb61c5443a1dbd6375fce9ea (diff) |
libhb: Replace PTW32_STATIC_LIB with PTW32_VERSION.
For consistency with 36c415e. In practice the include this encapsulates is already included elsewhere, so no underlying change takes place; <pthread.h> is already included.
-rw-r--r-- | libhb/hb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index db0ef523a..3f63eb8d0 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -22,7 +22,7 @@ #if defined( SYS_MINGW ) #include <io.h> -#if defined( PTW32_STATIC_LIB ) +#if defined(PTW32_VERSION) #include <pthread.h> #endif #endif |