mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
7612f38ced
Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. Obtained from: http://bsssd.sourceforge.net/
12 lines
443 B
C
12 lines
443 B
C
--- src/include/tss/platform.h.orig 2010-01-29 01:27:51.000000000 +0900
|
|
+++ src/include/tss/platform.h 2010-10-24 21:04:04.830556101 +0900
|
|
@@ -15,7 +15,7 @@
|
|
#if !defined(WIN32)
|
|
#include <stdint.h>
|
|
typedef uint8_t BYTE;
|
|
- typedef int8_t TSS_BOOL;
|
|
+ typedef uint8_t TSS_BOOL;
|
|
typedef uint16_t UINT16;
|
|
typedef uint32_t UINT32;
|
|
typedef uint64_t UINT64;
|