http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49088
User: guy
Date: 2013/04/29 02:30 PM
Log:
Copy over revisions from trunk:
------------------------------------------------------------------------
r49044 | guy | 2013-04-25 17:50:21 -0700 (Thu, 25 Apr 2013) | 8 lines
Check, for each of the standard handles, whether they need to be
redirected to a console. Only if at least one of them needs to be
redirected to we create a console, and don't redirect them if they don't
need to be redirected.
This makes redirection of the standard output of, for example,
"wireshark -D" work; we don't redirect it out from under the shell.
------------------------------------------------------------------------
r49045 | guy | 2013-04-25 18:01:32 -0700 (Thu, 25 Apr 2013) | 2 lines
Get rid of leftover debugging variable.
------------------------------------------------------------------------
r49069 | guy | 2013-04-26 19:57:16 -0700 (Fri, 26 Apr 2013) | 2 lines
Update comments.
------------------------------------------------------------------------
r49070 | guy | 2013-04-26 20:51:40 -0700 (Fri, 26 Apr 2013) | 3 lines
Fix a comment (the "it worked but didn't pop up a window" conclusion
came from a bad test).
Directory: /trunk-1.10/ui/win32/
Changes Path Action
+95 -9 console_win32.c Modified