home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Developer University / DUProjects / Mnu / Sources / SOMPart.cpp < prev    next >
Encoding:
Text File  |  1996-08-16  |  1.1 KB  |  43 lines  |  [TEXT/CWIE]

  1. //========================================================================================
  2. //
  3. //    File:                SOMPart.cpp
  4. //    Release Version:    $ ODF 1 $
  5. //    Copyright:    © 1993-1996 by Apple Computer, Inc., all rights reserved.
  6. //
  7. //========================================================================================
  8.  
  9. #ifdef SYMANTEC_CPLUS
  10. #define PRAGMA_IMPORT_SUPPORTED 1 
  11. #endif 
  12.  
  13. // Note: Defines.k must be included before FWSOMPrt.h
  14. #ifndef DEFINES_K
  15. #include "Defines.k"
  16. #endif
  17.  
  18. #ifndef FWSOMPRT_H
  19. #include "FWSOMPrt.h"
  20. #endif
  21.  
  22. #ifndef PART_H
  23. #include "Part.h"
  24. #endif
  25.  
  26. //========================================================================================
  27. //
  28. //========================================================================================
  29.  
  30. #ifdef SYMANTEC_CPLUS
  31. #define SOMInit main 
  32. #endif 
  33.  
  34. #ifdef FW_BUILD_MAC
  35. #pragma segment mnu
  36. #endif
  37.  
  38. //========================================================================================
  39. //
  40. //========================================================================================
  41.  
  42. FW_SOMPART(DevUniv, Mnu, CMnuPart)
  43.