PylonUsbDefs.h 574 B

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