Skip to content

Commit

Permalink
Tweak for Windows.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87870 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Mar 3, 2025
1 parent a52a5c2 commit 11567cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/Startup.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* R : A Computer Language for Statistical Data Analysis
* Copyright (C) 1999-2020 The R Core Team
* Copyright (C) 1999-2025 The R Core Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -24,6 +24,7 @@

#include <R_ext/RStartup.h> /* The meat here */
#ifdef _WIN32
# include <R_ext/Boolean.h> /* Rboolean */
extern UImode CharacterMode;
extern Rboolean EmitEmbeddedUTF8;
#endif
Expand Down

0 comments on commit 11567cf

Please sign in to comment.