home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / C.r < prev    next >
Encoding:
Text File  |  1997-05-24  |  904 b   |  37 lines  |  [TEXT/CWIE]

  1. /*
  2. Copyright © 1993-1997 by Fabrizio Oddone
  3. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  4. This source code is distributed as freeware: you can copy, exchange, modify this
  5. code as you wish. You may include this code in any kind of application: freeware,
  6. shareware, or commercial, provided that full credits are given.
  7. You may not sell or distribute this code for profit.
  8. */
  9.  
  10. #define SystemSevenOrLater 1
  11.  
  12. #include "SysTypes.r"
  13. #include "Types.r"
  14. #include "StdAlert.r"
  15.  
  16. /*----------------------------CSTR • C-Style String--------------------------------*/
  17. type 'CSTR' {
  18.         cstring;
  19. };
  20.  
  21.  
  22. #ifdef    __USVersion__
  23. #include "USAC.r"
  24. #include "VersUSA.r"
  25. #include "GeneralUsageUSA.r"
  26. INCLUDE "GeneralUsageUSA.rsrc";
  27. //INCLUDE "USAC.rsrc";
  28. #endif    __USVersion__
  29.  
  30. #ifdef    __VersioneItaliana__
  31. #include "ItaliaC.r"
  32. #include "VersItalia.r"
  33. #include "GeneralUsageItalia.r"
  34. //INCLUDE "ItaliaC.rsrc";
  35. #endif    __VersioneItaliana__
  36.  
  37.