Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
e1f1c40b
Commit
e1f1c40b
authored
Apr 13, 2016
by
Johannes Kanig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed simple error on windows code
parent
b1b883a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/server/server-win.c
src/server/server-win.c
+1
-1
No files found.
src/server/server-win.c
View file @
e1f1c40b
...
...
@@ -262,7 +262,7 @@ void run_request (prequest r) {
OPEN_ALWAYS
,
FILE_ATTRIBUTE_NORMAL
,
NULL
);
si
->
hSdt
Input
=
infilehandle
;
si
.
hStd
Input
=
infilehandle
;
}
// if we don't set that flag, the stdout we just set won't even be looked at
si
.
dwFlags
=
STARTF_USESTDHANDLES
;
...
...
Write
Preview
Markdown
is supported
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