Commit 6f11545a2d06bce20ca5d2c1f01cf9483cd574ff

Sam Lantinga 2016-10-01T12:28:05

Fixed bug 3323 - SDL_LogOutput prints message twice on Windows when linked with libc Simon Hug If SDL2 is compiled with HAVE_LIBC on Windows, the SDL_LogOutput function has two ways of printing a message. WriteConsole and fprintf.