Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
process
Commits
edad828b
Commit
edad828b
authored
Apr 27, 2013
by
ian@well-typed.com
Browse files
Fix the build on Windows
parent
8e699cb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/runProcess.h
View file @
edad828b
...
...
@@ -33,7 +33,8 @@
#define myfork vfork
#elif defined(HAVE_WORKING_FORK)
#define myfork fork
#else
// We don't need a fork command on Windows
#elif !(defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32))
#error Cannot find a working fork command
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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