Tweak so it still builds w/ -std=c++98

This commit is contained in:
Brian Cox 2018-10-13 21:07:13 -07:00
parent 432efb34fb
commit d504fbd37e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
// standard TSS types // standard TSS types
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#if __cplusplus < 201103L #if __cplusplus < 201103L
typedef unsigned char uint8_t typedef unsigned char uint8_t;
#endif #endif
typedef signed char int8; typedef signed char int8;