Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
82bfbf53
Commit
82bfbf53
authored
11 years ago
by
Miller, Ross
Browse files
Options
Downloads
Patches
Plain Diff
Last attempt to hack around the winsock issue before I give up
Refs #7769
parent
2e9177e3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Mantid/Framework/Kernel/src/RemoteJobManager.cpp
+2
-1
2 additions, 1 deletion
Code/Mantid/Framework/Kernel/src/RemoteJobManager.cpp
with
2 additions
and
1 deletion
Code/Mantid/Framework/Kernel/src/RemoteJobManager.cpp
+
2
−
1
View file @
82bfbf53
// HACK! Workaround for Poco headers trying to include both winsock.h and winsock2.h
// HACK! Workaround for Poco headers trying to include both winsock.h and winsock2.h
// If this actually works, I'll see if I can get on an actual Windows machine and
// If this actually works, I'll see if I can get on an actual Windows machine and
// try to sort out a better solution
// try to sort out a better solution
#ifdef _WIN32
#if defined(_WIN32) || defined(WIN32)
#warning "Including winsock2.h!!"
#include
<winsock2.h>
#include
<winsock2.h>
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment