uppsrc.diff

The diff file to apply for uppsrc directory - Sender Ghost, 10/28/2011 11:56 PM

Download (361 Bytes)

View differences:

uppsrc/Core/Stream.cpp 2011-10-29 03:44:40 +0600
1191 1191
		if(w != '\r')
1192 1192
			Put0(w);
1193 1193
	}
1194
#ifdef PLATFORM_POSIX
1195
	virtual void Flush() { fflush(stdout); }
1196
#endif
1194 1197
	virtual   bool  IsOpen() const { return true; }
1195 1198
};
1196 1199