Rename _MSC_VER #ifdef into _WIN32 #ifdef.
This commit is contained in:
parent
29f7064ed0
commit
aa69e7e7b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user