home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.1 KB | 44 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: SOMPart.cpp
- // Release Version: $ 1.0d11 $
- //
- // Copyright: © 1993, 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifdef SYMANTEC_CPLUS
- #define PRAGMA_IMPORT_SUPPORTED 1
- #endif
-
- // Note: ODFFormDef.h must be included before FWSOMPrt.h
- #ifndef ODFFORMDEF_H
- #include "FormDef.h"
- #endif
-
- #ifndef FWSOMPRT_H
- #include "FWSOMPrt.h"
- #endif
-
- #ifndef ODFFORMPRT_H
- #include "FormPrt.h"
- #endif
-
- //========================================================================================
- //
- //========================================================================================
-
- #ifdef SYMANTEC_CPLUS
- #define SOMInit main
- #endif
-
- #ifdef FW_BUILD_MAC
- #pragma segment odfform
- #endif
-
- //========================================================================================
- //
- //========================================================================================
-
- FW_SOMPART(ODFExamples, ODFForm, CFormPart)
-