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