GURLS++  2.0.00
C++ Implementation of GURLS Matlab Toolbox
exports.h
00001 #ifndef GURLS_EXP_H
00002 #define GURLS_EXP_H
00003 
00004 #ifdef _WIN32
00005 #  ifdef _GURLS_STATIC
00006 #    define GURLS_EXPORT
00007 #  elif defined _GURLS_EXPORTS
00008 #    define GURLS_EXPORT  __declspec( dllexport )
00009 #  else
00010 #    define GURLS_EXPORT  __declspec( dllimport )
00011 #  endif
00012 #else
00013 #  define GURLS_EXPORT
00014 #endif
00015 
00016 #endif // GURLS_EXP_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends