X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=nostdio.h;h=256a638c9a7c1d2115825358a86d2baa73875b0f;hb=a6c71b5b9462db13c7bb2cd263cee5995315784c;hp=3e1e665ef03982d3a9a07a6800134bfc8a41a5b1;hpb=760ac839baf413929cd31cc32ffd6dba6b781a81;p=p5sagit%2Fp5-mst-13.2.git diff --git a/nostdio.h b/nostdio.h index 3e1e665..256a638 100644 --- a/nostdio.h +++ b/nostdio.h @@ -3,9 +3,10 @@ A more ambitious set of possible symbols can be found in sfio.h (inside an _cplusplus gard). */ -#if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) +#if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) && !defined(__STDIO_LOADED) #define _STDIO_H #define _STDIO_INCLUDED +#define __STDIO_LOADED struct _FILE; #define FILE struct _FILE #endif