From b01c3ea6b9e651ee98c45103a8b037baa1622d5c Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 22 Mar 2002 13:20:04 +0000 Subject: [PATCH] Fixed typo (#ifdef HAS_UINT8_t -> #ifdef HAS_UINT8_T) --- capi20/capiutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capi20/capiutils.h b/capi20/capiutils.h index 14c5b578..7f1d6455 100644 --- a/capi20/capiutils.h +++ b/capi20/capiutils.h @@ -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;