home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 552.lha / Browser_II_v1.0 / source.LZH / source / DosVar.h < prev    next >
Text File  |  1991-04-20  |  192b  |  10 lines

  1.  
  2. /* not in dos.h !! */
  3. #define    FIBB_HIDDEN        7
  4. #define    FIBF_HIDDEN        (1<<FIBB_HIDDEN)
  5.  
  6. /* it is my own definition: not standard */
  7. #define    FIBB_COMMENT    8
  8. #define    FIBF_COMMENT    (1<<FIBB_COMMENT)
  9.  
  10.