![]() |
SPHeaderEnd.hGo to the documentation of this file.00001 /* 00002 * Name: SPHeaderEnd.h 00003 * $Revision: 1 $ 00004 * Author: 00005 * Date: 00006 * Purpose: 00007 * 00008 * ADOBE SYSTEMS INCORPORATED 00009 * Copyright 1986-2012 Adobe Systems Incorporated. 00010 * All rights reserved. 00011 * 00012 * NOTICE: Adobe permits you to use, modify, and distribute this file 00013 * in accordance with the terms of the Adobe license agreement 00014 * accompanying it. If you have received this file from a source other 00015 * than Adobe, then your use, modification, or distribution of it 00016 * requires the prior written permission of Adobe. 00017 * 00018 */ 00019 00020 #if !defined(__SPHeaderBegin_H__) 00021 #error You need to include SPHeaderBegin before this file 00022 #endif 00023 00024 #undef __SPHeaderBegin_H__ 00025 00026 #ifdef MAC_ENV 00027 #pragma options align=reset 00028 #if defined (__MWERKS__) 00029 //GCC doesn't allow non int enums without using an attribute decl directly on 00030 //the enum, so no need to set it 00031 #pragma enumsalwaysint reset 00032 #endif 00033 #endif 00034 00035 #ifdef WIN_ENV 00036 #pragma pack(pop) 00037 #endif 00038 00039 #ifdef __cplusplus 00040 } 00041 #endif |
||||||
|
![]() |
|