acdbport.h 574 B

1234567891011121314151617181920
  1. //
  2. //////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Copyright 2015 Autodesk, Inc. All rights reserved.
  5. //
  6. // Use of this software is subject to the terms of the Autodesk license
  7. // agreement provided at the time of installation or download, or which
  8. // otherwise accompanies this software in either electronic or hard copy form.
  9. //
  10. //////////////////////////////////////////////////////////////////////////////
  11. //
  12. #pragma once
  13. #ifdef ACDB_API
  14. #define ACDB_PORT _declspec(dllexport)
  15. #else
  16. #define ACDB_PORT
  17. #endif