#ifndef PTGREYCAMERASEXP_H #define PTGREYCAMERASEXP_H // Export macro for CanGateway DLL for Windows only #ifdef WIN32 # ifdef PTGREYCAMERAS_EXPORTS // make DLL # define PTGREYCAMERAS_API __declspec(dllexport) # else // use DLL # define PTGREYCAMERAS_API __declspec(dllimport) # endif #else // On other platforms, simply ignore this # define PTGREYCAMERAS_API #endif #endif // PTGREYCAMERASEXP_H