forked from mirror/openmw-tes3mp
test commit
This commit is contained in:
parent
f52b9cc162
commit
8c607870c0
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ private:
|
||||||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
|
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
|
||||||
{
|
{
|
||||||
std::streambuf* old_rdbuf = std::cout.rdbuf ();
|
std::streambuf* old_rdbuf = std::cout.rdbuf ();
|
||||||
|
std::cout << "Testing stuff in the new branch!";
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
#if defined(_DEBUG)
|
#if defined(_DEBUG)
|
||||||
// Redirect cout to VS debug output when running in debug mode
|
// Redirect cout to VS debug output when running in debug mode
|
||||||
|
|
Loading…
Reference in a new issue