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
OpenFlipper-Free
OpenFlipper
Commits
767d03f4
Commit
767d03f4
authored
Aug 03, 2016
by
Martin Schultz
Browse files
pushhed the missing rename
parent
c949730f
Changes
1
Hide whitespace changes
Inline
Side-by-side
OpenFlipper.cc
View file @
767d03f4
...
...
@@ -118,7 +118,7 @@
#ifdef WIN32
void
attach
Existing
Console
()
void
attachConsole
()
{
//try to attach the console of the parent process
if
(
AttachConsole
(
-
1
))
...
...
@@ -429,7 +429,7 @@ int main(int argc, char **argv)
}
#ifdef WIN32
#ifndef WIN_GET_DEBUG_CONSOLE //only attach to parent console if no separate debug console is requested
attach
Existing
Console
();
attachConsole
();
#endif
#endif
...
...
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