1234567891011121314151617181920212223242526 |
- //-----------------------------------------------------------------------------
- // Basler pylon SDK
- // Copyright (c) 2011-2021 Basler AG
- // http://www.baslerweb.com
- // Author: AH
- //-----------------------------------------------------------------------------
- /*!
- \file
- \brief Defines for pylonUSB
- */
- #ifndef INCLUDED_PYLONUSBDEFS_H_7217327
- #define INCLUDED_PYLONUSBDEFS_H_7217327
- #include <pylon/Platform.h>
- #ifdef PYLONUSB_EXPORTS
- # define PYLONUSB_API APIEXPORT
- #else
- # define PYLONUSB_API APIIMPORT
- #endif
- #endif /* INCLUDED_PYLONUSBDEFS_H_7217327 */
|