mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2025-04-18 17:44:18 +03:00
crt: Remove redundant STARTUPINFO initialization.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
This commit is contained in:
parent
f70507db60
commit
d4b6d1d4ab
@ -56,7 +56,6 @@ int _tmain (int __UNUSED_PARAM(argc),
|
||||
|
||||
{
|
||||
STARTUPINFO StartupInfo;
|
||||
memset (&StartupInfo, 0, sizeof (STARTUPINFO));
|
||||
GetStartupInfo (&StartupInfo);
|
||||
if (StartupInfo.dwFlags & STARTF_USESHOWWINDOW)
|
||||
nShowCmd = StartupInfo.wShowWindow;
|
||||
|
Loading…
x
Reference in New Issue
Block a user