From: <mk...@pr...> - 2004-02-01 10:02:54
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16079/Include/SimData Modified Files: Export.h Log Message: Index: Export.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Export.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Export.h 19 Oct 2003 23:53:56 -0000 1.10 --- Export.h 1 Feb 2004 10:01:03 -0000 1.11 *************** *** 29,32 **** --- 29,36 ---- #if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__) + # ifdef SWIG + # undef __declspec + # define __declspec(x) + # endif // SWIG # ifdef SIMDATA_EXPORTS # define SIMDATA_EXPORT __declspec(dllexport) |