lib/C/iec_types_all.h
changeset 932 061824c45a5b
parent 909 8b2a31dea131
child 1096 fad6e7a818e2
equal deleted inserted replaced
931:c0c245197b5a 932:061824c45a5b
   122   elements\
   122   elements\
   123 } type;\
   123 } type;\
   124 __DECLARE_COMPLEX_STRUCT(type)
   124 __DECLARE_COMPLEX_STRUCT(type)
   125 
   125 
   126 #define __DECLARE_REFTO_TYPE(type, name)\
   126 #define __DECLARE_REFTO_TYPE(type, name)\
   127 typedef name * type;\
   127 typedef name type;\
   128 __DECLARE_COMPLEX_STRUCT(type)
   128 __DECLARE_COMPLEX_STRUCT(type)
   129 
   129 
   130 
   130 
   131 /* Those typdefs clash with windows.h */
   131 /* Those typdefs clash with windows.h */
   132 /* i.e. this file cannot be included aside windows.h */
   132 /* i.e. this file cannot be included aside windows.h */