DataBridgeExport.h

Go to the documentation of this file.
00001 //
00002 // Copyright 2010 Autodesk, Inc.  All rights reserved.
00003 //
00004 // Use of this software is subject to the terms of the Autodesk license
00005 // agreement provided at the time of installation or download, or which 
00006 // otherwise accompanies this software in either electronic or hard copy form.   
00007 //
00008 //
00009 
00010 #pragma once
00011 
00013 #ifdef DATA_BRIDGE_MODULE
00014 #define DataBridgeAPI __declspec( dllexport )
00015 #else
00016 #define DataBridgeAPI __declspec( dllimport )
00017 #endif