forked from KolibriOS/kolibrios
77990d14e3
git-svn-id: svn://kolibrios.org@4383 a494cfbc-eb01-0410-851d-a64ba20cac60
12 lines
219 B
C
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 */
|