Changeset 1506 for trunk/src/emx/include/unidef.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unidef.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1505 r1506 14 14 #define __UNIDEF_H__ 15 15 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 19 16 #include <sys/cdefs.h> 20 17 #include <stddef.h> 21 18 #include <time.h> … … 243 240 244 241 242 __BEGIN_DECLS 245 243 /* Locale Management Function Prototypes */ 246 247 244 int APIENTRY UniCreateLocaleObject (int locale_spec_type, const void *locale_spec, 248 245 LocaleObject *locale_object_ptr); … … 362 359 int APIENTRY UniQueryCountryName (UniChar *country, UniChar *isolang, UniChar **infoitem); 363 360 364 365 #ifdef __cplusplus 366 } 367 #endif 361 __END_DECLS 368 362 369 363 #endif /* __UNIDEF_H__ */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.