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/unidef.h

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r1505 r1506  
    1414#define __UNIDEF_H__
    1515
    16 #ifdef __cplusplus
    17 extern "C" {
    18 #endif
    19 
     16#include <sys/cdefs.h>
    2017#include <stddef.h>
    2118#include <time.h>
     
    243240
    244241
     242__BEGIN_DECLS
    245243/* Locale Management Function Prototypes */
    246 
    247244int APIENTRY UniCreateLocaleObject (int locale_spec_type, const void *locale_spec,
    248245  LocaleObject *locale_object_ptr);
     
    362359int APIENTRY UniQueryCountryName (UniChar *country, UniChar *isolang, UniChar **infoitem);
    363360
    364 
    365 #ifdef __cplusplus
    366 }
    367 #endif
     361__END_DECLS
    368362
    369363#endif /* __UNIDEF_H__ */
Note: See TracChangeset for help on using the changeset viewer.