Tweak so it still builds w/ -std=c++98
This commit is contained in:
parent
432efb34fb
commit
d504fbd37e
|
@ -45,7 +45,7 @@
|
|||
// standard TSS types
|
||||
//-----------------------------------------------------------------------------
|
||||
#if __cplusplus < 201103L
|
||||
typedef unsigned char uint8_t
|
||||
typedef unsigned char uint8_t;
|
||||
#endif
|
||||
|
||||
typedef signed char int8;
|
||||
|
|
Loading…
Reference in New Issue