PB2Export.h

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