libpts: Work around BASETSD_H define mismatch between MinGW and TSS

This commit is contained in:
Martin Willi
2014-06-04 15:53:07 +02:00
parent eb8677986e
commit d6935ddaf6
+4
View File
@@ -22,6 +22,10 @@
#include <bio/bio_reader.h>
#ifdef TSS_TROUSERS
#ifdef _BASETSD_H_
/* MinGW defines _BASETSD_H_, but TSS checks for _BASETSD_H */
# define _BASETSD_H
#endif
#include <trousers/tss.h>
#include <trousers/trousers.h>
#else