File diff r5673:71ed7ca97ceb → r5674:b8be7c01484f
src/win32.cpp
Show inline comments
 
@@ -835,13 +835,13 @@ void CreateConsole(void)
 
	setvbuf(stderr, NULL, _IONBF, 0);
 
}
 

	
 
void ShowInfo(const char *str)
 
{
 
	if (_has_console) {
 
		fprintf(stderr, str);
 
		fprintf(stderr, "%s\n", str);
 
	} else {
 
		bool old;
 

	
 
		ReleaseCapture();
 
		_left_button_clicked =_left_button_down = false;