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 a52a5c2 commit 11567cfCopy full SHA for 11567cf
src/include/Startup.h
@@ -1,6 +1,6 @@
1
/*
2
* R : A Computer Language for Statistical Data Analysis
3
- * Copyright (C) 1999-2020 The R Core Team
+ * Copyright (C) 1999-2025 The R Core Team
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@
24
25
#include <R_ext/RStartup.h> /* The meat here */
26
#ifdef _WIN32
27
+# include <R_ext/Boolean.h> /* Rboolean */
28
extern UImode CharacterMode;
29
extern Rboolean EmitEmbeddedUTF8;
30
#endif
0 commit comments