forked from epics_driver_modules/motorBase
V2.0.1 from Newport
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
/* //////////////////////////////////////////////////////////////////
|
||||
* Created header file XPS_C8_drivers.h for API headings
|
||||
*/
|
||||
/*////////////////////////////////////////////////////////////////////
|
||||
* Created header file xps_c8_drivers.h for API headings
|
||||
*/
|
||||
|
||||
#ifdef _WIN
|
||||
#ifndef DLL
|
||||
#define DLL _declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef DLL
|
||||
#define DLL _declspec(dllimport)
|
||||
#endif
|
||||
#else
|
||||
#define DLL
|
||||
#define __stdcall
|
||||
#define DLL
|
||||
#define __stdcall
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user