|
From: <kin...@us...> - 2003-12-19 22:32:28
|
Update of /cvsroot/teem/teem/src/echo In directory sc8-pr-cvs1:/tmp/cvs-serv23469/echo Modified Files: echo.h Log Message: yet another attempt at getting Cygwin/win32 stuff working for NrrdIO Index: echo.h =================================================================== RCS file: /cvsroot/teem/teem/src/echo/echo.h,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** echo.h 2 Oct 2003 03:35:23 -0000 1.57 --- echo.h 19 Dec 2003 22:32:25 -0000 1.58 *************** *** 30,34 **** #include <teem/limn.h> ! #if defined(_WIN32) && !defined(TEEM_STATIC) #define echo_export __declspec(dllimport) #else --- 30,34 ---- #include <teem/limn.h> ! #if defined(_WIN32) && !defined(TEEM_STATIC) && !defined(__CYGWIN__) #define echo_export __declspec(dllimport) #else |