-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mingw-w64:llvm-mingw error: unknown type name 'pthread_t' (#653)
* Include <pthread.h> in astc_encode.cpp for non Windows and WIN32_HAS_PTHREADS. * Fix test for setting WIN32_HAS_PTHREADS to set only when pthreads found. * Fix duplicate definition warnings for KTX_API when building static library for Windows. Fixes #651.
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters