Use STRICT_R_HEADERS to remove macro conflicts with windows header files

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10122 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-11-14 21:46:16 +00:00
commit 7b82429333

View file

@ -7,6 +7,9 @@ extern "C" {
#if !defined(SWIG_NO_R_NO_REMAP)
# define R_NO_REMAP
#endif
#if !defined(SWIG_NO_STRICT_R_HEADERS)
# define STRICT_R_HEADERS
#endif
#include <Rdefines.h>
#include <Rversion.h>