kolibrios/contrib/sdk/sources/gcc_eh/tconfig.h

12 lines
219 B
C
Raw Normal View History

#ifndef GCC_TCONFIG_H
#define GCC_TCONFIG_H
#ifndef USED_FOR_TARGET
# define USED_FOR_TARGET
#endif
#include "auto-host.h"
#ifdef IN_GCC
# include "ansidecl.h"
# include "xm-mingw32.h"
#endif
#endif /* GCC_TCONFIG_H */