//----------------------------------------------------------------------------- // 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 #ifdef PYLONUSB_EXPORTS # define PYLONUSB_API APIEXPORT #else # define PYLONUSB_API APIIMPORT #endif #endif /* INCLUDED_PYLONUSBDEFS_H_7217327 */