-
Jan Kneschke authored
Problem ======= MSVCRT deprecated - open() - close() - getpid() - getcwd() in favor of the their variants _open(), _close(), ... and generates compiler warnings. Change ====== - added fundamentals of std::filesystem and std::io::file_handle - use _close(), _getcwd(), _open(), ... on windows RB: 23898
Jan Kneschke authoredProblem ======= MSVCRT deprecated - open() - close() - getpid() - getcwd() in favor of the their variants _open(), _close(), ... and generates compiler warnings. Change ====== - added fundamentals of std::filesystem and std::io::file_handle - use _close(), _getcwd(), _open(), ... on windows RB: 23898
Loading