home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / streams / handles / include.dif < prev    next >
Encoding:
Text File  |  1992-02-14  |  871 b   |  38 lines

  1. diff -c old/stdio.h ./stdio.h
  2. *** old/stdio.h    Mon Mar 25 12:50:00 1991
  3. --- ./stdio.h    Sat Feb 15 08:01:54 1992
  4. ***************
  5. *** 55,60 ****
  6. --- 55,66 ----
  7.    *
  8.    */
  9.   
  10. + /*
  11. +    Modified to change the type of IOBUF_FILE_TYPE from a (signed) char
  12. +    to an unsigned short. Needed to allow a maximum handle value of 256.
  13. +    W. Metzenthen                                           14th feb 1992.
  14. +  */
  15.   #ifndef FILE
  16.   #pragma once
  17.   
  18. ***************
  19. *** 140,146 ****
  20.   #endif
  21.   
  22.   #ifndef IOBUF_FILE_TYPE
  23. ! #define IOBUF_FILE_TYPE char
  24.   #endif
  25.   
  26.   #ifndef IOBUF_EXTRA_FIELDS
  27. --- 146,154 ----
  28.   #endif
  29.   
  30.   #ifndef IOBUF_FILE_TYPE
  31. ! #define IOBUF_FILE_TYPE unsigned short    /* Put this here until we find a means
  32. !                        of detecting DJGPP */
  33. ! /*    #define IOBUF_FILE_TYPE char    *******/
  34.   #endif
  35.   
  36.   #ifndef IOBUF_EXTRA_FIELDS
  37.