secureswitools/swianalysistoolkit/source/common/utf8/utf8.h
branchRCL_3
changeset 65 7333d7932ef7
parent 62 5cc91383ab1e
child 66 8b7f4e561641
equal deleted inserted replaced
62:5cc91383ab1e 65:7333d7932ef7
    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__
       
    84 
    81 
    85 /* ---------------------------------------------------------------------
    82 /* ---------------------------------------------------------------------
    86     The following 4 definitions are compiler-specific.
    83     The following 4 definitions are compiler-specific.
    87     The C standard does not guarantee that wchar_t has at least
    84     The C standard does not guarantee that wchar_t has at least
    88     16 bits, so wchar_t is no less portable than unsigned short!
    85     16 bits, so wchar_t is no less portable than unsigned short!
   166 
   163 
   167 #ifdef __cplusplus
   164 #ifdef __cplusplus
   168 }
   165 }
   169 #endif
   166 #endif
   170 
   167 
   171 #endif //__UTF_H__
       
   172 
       
   173 /* --------------------------------------------------------------------- */
   168 /* --------------------------------------------------------------------- */