Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
AxAbffio32.h
Go to the documentation of this file.
1//***********************************************************************************************
2//
3// Copyright (c) 1997 Axon Instruments.
4// All rights reserved.
5// Permission is granted to freely to use, modify and copy the code in this file.
6//
7//***********************************************************************************************
8// HEADER: AXABFFIO32.H.
9// PURPOSE: Defines the export/import specifiers used by all functions
10// exported by this DLL.
11
12#ifndef INC_AXABFFIO32_H
13#define INC_AXABFFIO32_H
14
15// __declspec(dllexport) retired for DLLs given to 3rd parties because of the name mangling on exports.
16#include <limits.h>
17
18#if ( __WORDSIZE == 64 ) || defined (__APPLE__)
19 #define ABFLONG int
20#else
21 #define ABFLONG long
22#endif
23
24#endif /* INC_AXABFFIO32_H */