home *** CD-ROM | disk | FTP | other *** search
- /* project prefix */
-
- #ifndef POPUP_CDEF_PREFIX
- #define POPUP_CDEF_PREFIX
-
- #if __MWERKS__
- #if __POWERPC__
- #include <MacHeadersPPC>
- #elif __CFM68K__
- #include <MacHeadersCFM68K>
- #else
- #include <MacHeaders68K>
- #endif
- #endif
-
- #ifndef OLDROUTINENAMES
- #define OLDROUTINENAMES 0
- #endif
- #ifndef OLDROUTINELOCATIONS
- #define OLDROUTINELOCATIONS 0
- #endif
- #ifndef STRICT_WINDOWS
- #define STRICT_WINDOWS 1
- #endif
-
- #define DEBUG_CDEF (0)
- #define CDEF (1)
-
- #endif /* POPUP_CDEF_PREFIX */
-