PylonCLSerDefs.h 577 B

1234567891011121314151617181920212223242526
  1. //-----------------------------------------------------------------------------
  2. // Basler pylon SDK
  3. // Copyright (c) 2007-2021 Basler AG
  4. // http://www.baslerweb.com
  5. // Author: JS
  6. //-----------------------------------------------------------------------------
  7. /*!
  8. \file
  9. \brief Defines for IPTrans.
  10. */
  11. #ifndef PYLONCLSER_DEFS_H_INCLUDED
  12. #define PYLONCLSER_DEFS_H_INCLUDED
  13. #include <pylon/Platform.h>
  14. // PYLONCLSER_API
  15. #ifdef PYLONCLSER_EXPORTS
  16. # define PYLONCLSER_API APIEXPORT
  17. #else
  18. # define PYLONCLSER_API APIIMPORT
  19. #endif
  20. #endif // PYLONCLSER_DEFS_H_INCLUDED