diff --git a/include/node.h b/include/node.h index 15b1d34..8d2c9d5 100644 --- a/include/node.h +++ b/include/node.h @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: node.h,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 2.11 $ */ +/* $Revision: 2.12 $ */ /* $Name: $ */ -/* $Date: 2005/01/11 20:57:04 $ */ +/* $Date: 2005/01/20 00:00:25 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ @@ -436,7 +436,7 @@ typedef int NDT_Recursive_Offset; /*------------------------------------------------------------------------------*/ -# if defined(_MSC_VER) && !defined(LIBNODE_STATIC) +# if defined(_WIN32) && !defined(LIBNODE_STATIC) # ifndef _LIBNODE_C_ # define NDD_DLL_API __declspec(dllimport) # else