[RAPPS] improve ConInitStdStreams initialization logic (#3098)

This commit is contained in:
He Yang 2020-08-26 17:10:51 +08:00 committed by Mark Jansen
parent 7a11c65561
commit ce0110195b
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 10 additions and 6 deletions

View file

@ -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);