I'm using the SDL library in my project and I'm working on a Windows platform.
When I'd decided to move my project to SDL 2, I encountered a problem:
There was an option in SDL 1.2 to print output from stdout/stderr into the console window, rather than to files by defining a NO_STDIO_REDIRECT
macro. However, I haven't found that macro in SDL 2.
Is there a way to print SDL 2 output to the console instead of the standard files?