mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +00:00
Revert "test commit"
This reverts commit 8c607870c066d5b13cd98f6a6ccd196f48acb465. reverting the test commit in the test branch
This commit is contained in:
parent
8c607870c0
commit
d5b8d4ef49
@ -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…
x
Reference in New Issue
Block a user