secureswitools/swianalysistoolkit/source/common/utf8/utf8.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 81 42552535c1ac
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
    76     Author: Mark E. Davis, 1994.
    76     Author: Mark E. Davis, 1994.
    77     Rev History: Rick McGowan, fixes & updates May 2001.
    77     Rev History: Rick McGowan, fixes & updates May 2001.
    78 		 Fixes & updates, Sept 2001.
    78 		 Fixes & updates, Sept 2001.
    79 
    79 
    80 ------------------------------------------------------------------------ */
    80 ------------------------------------------------------------------------ */
       
    81 
       
    82 #ifndef __UTF_H__
       
    83 #define __UTF_H__
    81 
    84 
    82 /* ---------------------------------------------------------------------
    85 /* ---------------------------------------------------------------------
    83     The following 4 definitions are compiler-specific.
    86     The following 4 definitions are compiler-specific.
    84     The C standard does not guarantee that wchar_t has at least
    87     The C standard does not guarantee that wchar_t has at least
    85     16 bits, so wchar_t is no less portable than unsigned short!
    88     16 bits, so wchar_t is no less portable than unsigned short!
   163 
   166 
   164 #ifdef __cplusplus
   167 #ifdef __cplusplus
   165 }
   168 }
   166 #endif
   169 #endif
   167 
   170 
       
   171 #endif //__UTF_H__
       
   172 
   168 /* --------------------------------------------------------------------- */
   173 /* --------------------------------------------------------------------- */