Changeset 1506 for trunk/src/emx/include/uconv.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/uconv.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1505 r1506 1 /* uconv.h,v 1.3 2004/09/14 22:27:36 bird Exp */ 2 /** @file 3 * IGCC. 4 */ 1 5 /* 2 6 * Legalesy-free Unicode API interface for OS/2 … … 14 18 #define __UCONV_H__ 15 19 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 20 #include <unidef.h> 21 #include <sys/cdefs.h> 19 22 20 #include <unidef.h> 23 __BEGIN_DECLS 21 24 22 25 /* Substitution options */ … … 128 131 #define UCONV_NOTIMPLEMENTED ULS_NOTIMPLEMENTED 129 132 130 #ifdef __cplusplus 131 } 132 #endif 133 __END_DECLS 133 134 134 135 #endif /* __UCONV_H__ */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.