Rename _MSC_VER #ifdef into _WIN32 #ifdef.

This commit is contained in:
agibert 2005-01-20 00:00:25 +00:00
parent 29f7064ed0
commit aa69e7e7b1

View File

@ -1,9 +1,9 @@
/*---------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------*/
/* $RCSfile: node.h,v $ */ /* $RCSfile: node.h,v $ */
/*---------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------*/
/* $Revision: 2.11 $ */ /* $Revision: 2.12 $ */
/* $Name: $ */ /* $Name: $ */
/* $Date: 2005/01/11 20:57:04 $ */ /* $Date: 2005/01/20 00:00:25 $ */
/* $Author: agibert $ */ /* $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_ # ifndef _LIBNODE_C_
# define NDD_DLL_API __declspec(dllimport) # define NDD_DLL_API __declspec(dllimport)
# else # else