AdExportDef.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. //////////////////////////////////////////////////////////////////////////////
  4. //
  5. // (C) Copyright 2009-2011 by Autodesk, Inc.
  6. //
  7. // Permission to use, copy, modify, and distribute this software in
  8. // object code form for any purpose and without fee is hereby granted,
  9. // provided that the above copyright notice appears in all copies and
  10. // that both that copyright notice and the limited warranty and
  11. // restricted rights notice below appear in all supporting
  12. // documentation.
  13. //
  14. // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  15. // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  16. // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
  17. // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  18. // UNINTERRUPTED OR ERROR FREE.
  19. //
  20. // Use, duplication, or disclosure by the U.S. Government is subject to
  21. // restrictions set forth in FAR 52.227-19 (Commercial Computer
  22. // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  23. // (Rights in Technical Data and Computer Software), as applicable.
  24. //
  25. //////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Name: AdExportDef.h
  28. //
  29. //////////////////////////////////////////////////////////////////////////////
  30. #pragma once
  31. #ifdef _ADAF_BUILD
  32. # define ADAF_PORT __declspec(dllexport)
  33. #else
  34. # define ADAF_PORT __declspec(dllimport)
  35. #endif