home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / sbbs_src.exe / SBBS / SMB / SMBUTIL / SMBUTIL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-13  |  274 b   |  13 lines

  1. /* SMBUTIL.H */
  2.  
  3. /* Developed 1990-1997 by Rob Swindell; PO Box 501, Yorba Linda, CA 92885 */
  4.  
  5. #define NOANALYSIS        (1L<<0)
  6.  
  7. #ifdef __WATCOMC__
  8.     #define ffblk find_t
  9.     #define findfirst(x,y,z) _dos_findfirst(x,z,y)
  10.     #define findnext(x) _dos_findnext(x)
  11. #endif
  12.  
  13.