We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f5b10 commit f26aa09Copy full SHA for f26aa09
inst/include/Rcpp/platform/sysmacros.h
@@ -24,7 +24,7 @@
24
// 'major', 'minor' and 'makedev' defines. this works
25
// around Rinternals.h eventually including this header
26
// and letting the macros leak through
27
-#if defined(__GNUC__) && !defined(__APPLE__)
+#if defined(__GNUC__) && !defined(__APPLE__) && !defined(WIN32)
28
29
# ifdef major
30
# define RCPP_HAS_MAJOR_MACRO
0 commit comments