Skip to content

Commit

Permalink
libhb: Replace PTW32_STATIC_LIB with PTW32_VERSION.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bradleysepos committed Jul 7, 2016
1 parent 52a80b8 commit a923c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhb/hb.c
Expand Up @@ -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
Expand Down

0 comments on commit a923c2a

Please sign in to comment.