This series of patches implements GetConsoleOriginalTitleA/W().
We re-use the existing logic of GetConsoleTitle, as it is the same for GetConsoleOriginalTitle.
--
v4: kernel32/tests: Test GetConsoleOriginalTitleW() with an empty title
https://gitlab.winehq.org/wine/wine/-/merge_requests/2532