Skip to content

Commit f55ea99

Browse files
author
luke
committed
Mark R_DefCallbacks as Windows-only in R_ext/RStartup.h.
git-svn-id: https://svn.r-project.org/R/trunk@89069 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent efdaab0 commit f55ea99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/R_ext/RStartup.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ int R_DefParamsEx(Rstart, int);
146146
only supports version 0 of the structure.
147147
*/
148148
void R_SetParams(Rstart);
149+
#ifdef Win32
149150
void R_DefCallbacks(Rstart, int);
151+
#endif
150152
void R_SetWin32(Rstart);
151153
void R_SizeFromEnv(Rstart);
152154
void R_common_command_line(int *, char **, Rstart);

0 commit comments

Comments
 (0)