00001 //**************************************************************************/ 00002 // Copyright (c) 1998-2008 Autodesk, Inc. 00003 // All rights reserved. 00004 // 00005 // These coded instructions, statements, and computer programs contain 00006 // unpublished proprietary information written by Autodesk, Inc., and are 00007 // protected by Federal copyright law. They may not be disclosed to third 00008 // parties or copied or duplicated in any form, in whole or in part, without 00009 // the prior written consent of Autodesk, Inc. 00010 //**************************************************************************/ 00011 // DESCRIPTION: used for importing and exporting functions in assetmanagement.dll 00012 // AUTHOR: Peter Ochodo 00013 // DATE: 2008-07-16 00014 //***************************************************************************/ 00015 00016 #pragma once 00017 00018 #ifdef BLD_ASSETMANAGEMENT 00019 #define AssetMgmntExport __declspec( dllexport ) 00020 #else 00021 #define AssetMgmntExport __declspec( dllimport ) 00022 #endif 00023