Fixed typo (#ifdef HAS_UINT8_t -> #ifdef HAS_UINT8_T)

This commit is contained in:
paul 2002-03-22 13:20:04 +00:00
parent 55ea349cc7
commit b01c3ea6b9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ typedef unsigned char *CAPI_MESSAGE;
#endif
#endif
#ifdef HAS_UINT8_t
#ifdef HAS_UINT8_T
typedef uint8_t _cbyte;
typedef uint16_t _cword;
typedef uint32_t _cdword;