mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +00:00
[RAPPS] improve ConInitStdStreams initialization logic (#3098)
This commit is contained in:
parent
7a11c65561
commit
ce0110195b
2 changed files with 10 additions and 6 deletions
|
@ -145,8 +145,6 @@ VOID SaveSettings(HWND hwnd)
|
|||
|
||||
int wmain(int argc, wchar_t *argv[])
|
||||
{
|
||||
ConInitStdStreams(); // Initialize the Console Standard Streams
|
||||
|
||||
BOOL bIsFirstLaunch;
|
||||
|
||||
InitializeAtlModule(GetModuleHandle(NULL), TRUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue