DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DataIODefines.h
Go to the documentation of this file.
1 #ifndef DATAIODEFINES_H
2 #define DATAIODEFINES_H
3 
4 #define MAX_FILE_PATH_LENGTH 1024
5 
6 #ifndef __GNUC__
7  #ifdef DATAIO_EXPORTS
8  #define DATAIO_API __declspec(dllexport)
9  #else
10  #define DATAIO_API __declspec(dllimport)
11  #endif
12 #else
13  #define DATAIO_API
14 #endif
15 
16 #endif // DATAIODEFINES_H