Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Cantor
Commits
ae97b5e2
Commit
ae97b5e2
authored
Oct 19, 2022
by
Stefan Gerlach
Browse files
Another try building R server on Windows
parent
2e0dfffe
Pipeline
#251063
canceled with stage
in 6 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/backends/R/rserver/rcallbacks.cpp
View file @
ae97b5e2
...
...
@@ -12,6 +12,10 @@
#ifdef Q_OS_WIN
#include
<winsock2.h>
#include
<windows.h>
#undef ERROR // clashes with R
#define Win32 // needed for R includes
#include
<R_ext/RStartup.h>
#include
<R_ext/Utils.h>
#include
<R_ext/libextern.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment