forked from epics_driver_modules/motorBase
XPS firmware version 1.5.1 and asyn changes
This commit is contained in:
@@ -6,8 +6,13 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include "socket.h"
|
||||
#include <string.h>
|
||||
#include "Socket.h"
|
||||
#ifdef _WIN32
|
||||
#define DLL _declspec(dllexport)
|
||||
#else
|
||||
#define DLL
|
||||
#endif
|
||||
#include "XPS_C8_drivers.h"
|
||||
|
||||
|
||||
|
||||
@@ -3,10 +3,14 @@
|
||||
//
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef DLL
|
||||
#define DLL _declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#else
|
||||
#define DLL
|
||||
#define __stdcall
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user