From aa69e7e7b1af5bfa99164579c6b07f919611005f Mon Sep 17 00:00:00 2001 From: agibert Date: Thu, 20 Jan 2005 00:00:25 +0000 Subject: [PATCH] Rename _MSC_VER #ifdef into _WIN32 #ifdef. --- include/node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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