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 00012 #ifdef GRAPHICS_DRIVER_EXPORTS 00013 # define GraphicsDriverAPI __declspec( dllexport ) 00014 #else 00015 # define GraphicsDriverAPI __declspec( dllimport ) 00016 #endif