home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / ums / SUMSTools.lha / UMS / Tools / SUMSTools / Source / sumstl.h < prev    next >
C/C++ Source or Header  |  1997-01-09  |  730b  |  40 lines

  1.  
  2. /*  04-Aug-94 [olio] for DICE include <clib/xxx_protos.h> instead of
  3. **                   <protos/xxx.h>.
  4. **                   Added #include <clib/alib_protos.h> for DICE.
  5. */
  6.  
  7. #include <dos/dos.h>
  8. #include <dos/datetime.h>
  9. #include <dos/rdargs.h>
  10.  
  11. #define UMS_V11_NAMES_ONLY
  12.  
  13. #include <libraries/ums.h>
  14.  
  15. #undef UMSVERSION
  16. #define UMSVERSION 10
  17.  
  18. #ifdef _DCC
  19. #include <clib/dos_protos.h>
  20. #include <clib/exec_protos.h>
  21. #include <clib/ums_protos.h>
  22. #include <clib/alib_protos.h>
  23.  
  24. #else
  25. #include <proto/dos.h>
  26. #include <proto/exec.h>
  27. #include <proto/ums.h>
  28.  
  29. #endif
  30.  
  31.  
  32. #include <string.h>
  33. #include <stdlib.h>
  34.  
  35. #ifdef __SASC
  36.         #define VERSION "2.13 SASC " __AMIGADATE__
  37. #else
  38.         #define VERSION "2.13 Dice (09.01.97)"
  39. #endif
  40.