/* File: TranslationExtensions.r Contains: Macintosh Easy Open Translation Extension Interfaces. Version: Technology: Macintosh Easy Open 1.1 Release: QuickTime 4.0 Copyright: © 1989-1993, 1995, 1997-1998 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __TRANSLATIONEXTENSIONS_R__ #define __TRANSLATIONEXTENSIONS_R__ #ifndef __CONDITIONALMACROS_R__ #include "ConditionalMacros.r" #endif #define kSupportsFileTranslation 1 #define kSupportsScrapTranslation 2 #define kTranslatorCanGenerateFilename 4 #endif /* __TRANSLATIONEXTENSIONS_R__ */