kolibrios-gitea/contrib/sdk/sources/gcc_eh/tconfig.h
Sergey Semyonov (Serge) 77990d14e3 sdk: libsupc++ && gcc_eh
git-svn-id: svn://kolibrios.org@4383 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-12-19 13:29:20 +00:00

12 lines
219 B
C

#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 */