Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-windows: Add check for struct timespec
Starting from WDK 10 the structure `timespec` is defined in <time.h>. This patch adds a check for the structure to make <pthread.h> aware of it, so it doesn't try to redefine the structure. Signed-off-by: Alin Gabriel Serdean <[email protected]> Acked-by: Ben Pfaff <[email protected]> Acked-by: Anand Kumar <[email protected]>
- Loading branch information