Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/uconv.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1505 r1506  
     1/* uconv.h,v 1.3 2004/09/14 22:27:36 bird Exp */
     2/** @file
     3 * IGCC.
     4 */
    15/*
    26 * Legalesy-free Unicode API interface for OS/2
     
    1418#define __UCONV_H__
    1519
    16 #ifdef __cplusplus
    17 extern "C" {
    18 #endif
     20#include <unidef.h>
     21#include <sys/cdefs.h>
    1922
    20 #include <unidef.h>
     23__BEGIN_DECLS
    2124
    2225/* Substitution options */
     
    128131#define UCONV_NOTIMPLEMENTED    ULS_NOTIMPLEMENTED
    129132
    130 #ifdef __cplusplus
    131 }
    132 #endif
     133__END_DECLS
    133134
    134135#endif /* __UCONV_H__ */
Note: See TracChangeset for help on using the changeset viewer.