Windows uses `wmain()`, Mac uses UTF-8 encoded strings and `main()`. Find a way to update code so that it runs on either MacOS or Windows.
Windows uses
wmain(), Mac uses UTF-8 encoded strings andmain(). Find a way to update code so that it runs on either MacOS or Windows.