![]() |
BasicExternalObject.hGo to the documentation of this file.00001 /************************************************************************** 00002 * ADOBE SYSTEMS INCORPORATED 00003 * Copyright 2007 Adobe Systems Incorporated 00004 * All Rights Reserved 00005 * 00006 * NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the 00007 * terms of the Adobe license agreement accompanying it. If you have received this file from a 00008 * source other than Adobe, then your use, modification, or distribution of it requires the prior 00009 * written permission of Adobe. 00010 **************************************************************************/ 00011 00017 #if defined BASICEXTERNALOBJECT_EXPORTS 00018 #define BASICEXTERNALOBJECT_API __declspec(dllexport) 00019 #elif defined (__APPLE__) 00020 #define BASICEXTERNALOBJECT_API 00021 #endif 00022 00023 00024 00025 00026 00027
|
![]() |
|