Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
585 B

  1. /* This is an 1st attempt to stop other include files pulling
  2. in real <stdio.h>.
  3. A more ambitious set of possible symbols can be found in
  4. sfio.h (inside an _cplusplus gard).
  5. */
  6. #if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) && !defined(__STDIO_LOADED)
  7. #define _STDIO_H
  8. #define _STDIO_INCLUDED
  9. #define __STDIO_LOADED
  10. struct _FILE;
  11. #define FILE struct _FILE
  12. #endif
  13. #define _CANNOT "CANNOT"
  14. #undef stdin
  15. #undef stdout
  16. #undef stderr
  17. #undef getc
  18. #undef putc
  19. #undef clearerr
  20. #undef fflush
  21. #undef feof
  22. #undef ferror
  23. #undef fileno