1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 17:15:34 +00:00

test commit

This commit is contained in:
Aleksandar Jovanov 2012-04-08 11:26:54 +02:00
parent f52b9cc162
commit 8c607870c0

View file

@ -342,7 +342,7 @@ private:
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{
std::streambuf* old_rdbuf = std::cout.rdbuf ();
std::cout << "Testing stuff in the new branch!";
int ret = 0;
#if defined(_DEBUG)
// Redirect cout to VS debug output when running in debug mode