]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Win32/Include/Gnuc.h
Apply vendor revision 470df104c6f55f6d6f390df7448d8eb65c7642b9:
[FreeBSD/FreeBSD.git] / Win32 / Include / Gnuc.h
1 /* inline foo */
2 #ifndef __cplusplus
3 #ifdef __GNUC__
4 #define inline __inline
5 #else
6 #define inline
7 #endif
8 #endif