AdHostableUi.h 654 B

12345678910111213141516171819202122232425
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 2015 by Autodesk, Inc. All rights reserved.
  4. //
  5. // Use of this software is subject to the terms of the Autodesk license
  6. // agreement provided at the time of installation or download, or which
  7. // otherwise accompanies this software in either electronic or hard copy form.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #pragma once
  11. #ifndef ADHOSTABLEUI_H
  12. #define ADHOSTABLEUI_H
  13. #include "adesk.h"
  14. #ifdef ADHOSTABLE_API
  15. #define ADHOSTABLE_PORT __declspec(dllexport)
  16. #else
  17. #define ADHOSTABLE_PORT
  18. #endif
  19. #endif